diff --git a/gulliver/system/class.g.php b/gulliver/system/class.g.php index 2269acf83..2b203cc0d 100644 --- a/gulliver/system/class.g.php +++ b/gulliver/system/class.g.php @@ -4902,7 +4902,7 @@ class G { $arrayLibrary = array(); - $library = json_decode(file_get_contents(PATH_HOME . "engine" . PATH_SEP . "bin" . PATH_SEP . "tasks" . PATH_SEP . "libraries.json")); + $library = G::json_decode(file_get_contents(PATH_HOME . "engine" . PATH_SEP . "bin" . PATH_SEP . "tasks" . PATH_SEP . "libraries.json")); foreach ($library as $index => $value) { $lib = $value;