From: gggeek Date: Sat, 30 May 2015 13:47:06 +0000 (+0200) Subject: write chagelog of debugger in its interface X-Git-Tag: 4.0.0-alpha^2~21 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=19b99735570521d8172f73124ade5997b9dca75d write chagelog of debugger in its interface --- 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