From c1cbf5f810ebfe77f0e5369460efb82287a7c351 Mon Sep 17 00:00:00 2001 From: gggeek Date: Thu, 26 Jan 2023 16:34:44 +0000 Subject: [PATCH] whitespace --- lib/xmlrpc_wrappers.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.47.0