From 8946839880825b7409ba72a775551641ef564088 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Wed, 15 Feb 2017 23:25:15 +0100 Subject: [PATCH] typo --- php/plc_api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.43.0