X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=php%2Fplc_api.php;h=4bd77a1cf14332c366ae2ca30365c86acd1f1315;hb=8946839880825b7409ba72a775551641ef564088;hp=b76b8b3858c3de8d4927aad0ecb21ff3ce1bdfae;hpb=e81fb1f3d2c89f2e3951b3c0df975e174ed6545d;p=plcapi.git diff --git a/php/plc_api.php b/php/plc_api.php index b76b8b3..4bd77a1 100644 --- a/php/plc_api.php +++ b/php/plc_api.php @@ -244,7 +244,7 @@ class PLCAPI // this tentatively allows to tune mainstream xmlrpc php lib // so as to achieve the same behaviour as with our patched lib $GLOBALS['xmlrpc_null_extension'] = true; -$GLOBALS['$xmlrpc_null_apache_encodingn'] = true; +$GLOBALS['$xmlrpc_null_apache_encoding'] = true; global $adm;