From: Thierry Parmentelat Date: Wed, 15 Feb 2017 22:25:15 +0000 (+0100) Subject: typo X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=8946839880825b7409ba72a775551641ef564088 typo --- 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;