https://bugzilla.wikimedia.org/show_bug.cgi?id=20336
Roan Kattouw <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Roan Kattouw <[email protected]> 2009-08-21 14:46:20 UTC --- An easy fix (and workaround, paste this code in LocalSettings.php): if(!function_exists('json_decode')) { function json_decode($val) { $json = new Services_JSON(SERVICES_JSON_LOOSE_TYPE); return $json->decode($val); } } -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
