Open tkaufmann opened 3 weeks ago
I'm not a PHP rockstar but I suppose the problem could be solved by replacing
current($array);
by
$array[0];
in Response/JSON.php lines 68, 73 and 85.
I'm not a PHP rockstar but I suppose the problem could be solved by replacing
current($array);
by
$array[0];
in Response/JSON.php lines 68, 73 and 85.