X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=src%2FWrapper.php;h=5bb956dd166dbc32fcde861bb1c9085cf4a313c1;hb=50ea70e5e917da063be3918971c0b423e48a0489;hp=15f84ced82b59eafd070702c03a53774ee0be1b7;hpb=fcc564e07aa856824aa31d365944a033a20efa42;p=plcapi.git diff --git a/src/Wrapper.php b/src/Wrapper.php index 15f84ce..5bb956d 100644 --- a/src/Wrapper.php +++ b/src/Wrapper.php @@ -581,7 +581,7 @@ class Wrapper } // since we are building source code for later use, if we are given an object instance, - // we go out of our way and store a pointer to it in a static class var var... + // we go out of our way and store a pointer to it in a static class var... if (is_array($callable) && is_object($callable[0])) { self::$objHolder[$newFuncName] = $callable[0]; $innerCode .= "\$obj = PhpXmlRpc\\Wrapper::\$objHolder['$newFuncName'];\n"; @@ -733,7 +733,6 @@ class Wrapper return $results; } - } /**