From: gggeek Date: Thu, 26 Jan 2023 16:34:44 +0000 (+0000) Subject: whitespace X-Git-Tag: 4.10.0~72 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=c1cbf5f810ebfe77f0e5369460efb82287a7c351;p=plcapi.git whitespace --- diff --git a/lib/xmlrpc_wrappers.inc b/lib/xmlrpc_wrappers.inc index 04c993ef..f312fa53 100644 --- a/lib/xmlrpc_wrappers.inc +++ b/lib/xmlrpc_wrappers.inc @@ -108,7 +108,7 @@ function wrap_xmlrpc_method($client, $methodName, $extraOptions=0, $timeout=0, $ $wrapper = new PhpXmlRpc\Wrapper(); - if (!isset($extraOptions['return_source']) || $extraOptions['return_source'] == false) { + if (!isset($extraOptions['return_source']) || $extraOptions['return_source'] == false) { // backwards compat: return string instead of callable $extraOptions['return_source'] = true; $wrapped = $wrapper->wrapXmlrpcMethod($client, $methodName, $extraOptions);