whitespace
authorgggeek <giunta.gaetano@gmail.com>
Thu, 26 Jan 2023 16:34:44 +0000 (16:34 +0000)
committergggeek <giunta.gaetano@gmail.com>
Thu, 26 Jan 2023 16:34:44 +0000 (16:34 +0000)
lib/xmlrpc_wrappers.inc

index 04c993e..f312fa5 100644 (file)
@@ -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);