typo
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 15 Feb 2017 22:25:15 +0000 (23:25 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 15 Feb 2017 22:25:15 +0000 (23:25 +0100)
php/plc_api.php

index b76b8b3..4bd77a1 100644 (file)
@@ -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;