forgot that 5.1 still has pear in its branche
$this->saveCache($_args, $result);
};
return $result;
+ } else {
+ return $this->raiseError("For this remote PEAR operation you need to load the xmlrpc extension or install XML_RPC");
}
- if (!@include_once("XML/RPC.php")) {
- return $this->raiseError("For this remote PEAR operation you need to install the XML_RPC package");
+
array_shift($args);
$server_host = $this->config->get('master_server');
$username = $this->config->get('username');