X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=blobdiff_plain;f=debugger%2Faction.php;h=44d8a0011f1e230414b6b803e7e43df28879ba4d;hp=2e12886187b907210b805b66ee1366d83f39ecda;hb=19b99735570521d8172f73124ade5997b9dca75d;hpb=25cd0af7fd7f07459a9448be6b6454d0afde4fff diff --git a/debugger/action.php b/debugger/action.php index 2e12886..44d8a00 100644 --- a/debugger/action.php +++ b/debugger/action.php @@ -490,7 +490,6 @@ if ($action) { } else { $prefix = 'xmlrpc'; } - //$code = wrap_xmlrpc_method($client, $method, $methodsig, 0, $proto, '', $opts); $wrapper = new PhpXmlRpc\Wrapper(); $code = $wrapper->buildWrapMethodSource($client, $method, array('timeout' => $timeout, 'protocol' => $proto, 'simple_client_copy' => $opts, 'prefix' => $prefix), str_replace('.', '_', $prefix . '_' . $method), $msig, $mdesc); //if ($code) @@ -544,6 +543,7 @@ if ($action) {

Changelog