mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 19:42:38 +02:00
Update
This commit is contained in:
parent
e3c9723d1d
commit
810c4d0cc8
2 changed files with 2 additions and 2 deletions
|
@ -222,7 +222,7 @@ function _json_encode($object)
|
|||
return $json;
|
||||
}
|
||||
|
||||
function _json_decode($object, ?bool $associative = false,)
|
||||
function _json_decode($object, $associative = false,)
|
||||
{
|
||||
global $global;
|
||||
if (empty($object)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue