commiting things to merge
This commit is contained in:
parent
aa9528b9fd
commit
f0af40ffea
2 changed files with 4 additions and 2 deletions
|
@ -64,7 +64,8 @@ if ($verbose) {
|
|||
echo "Host: {$url['host']}, path: {$url['path']}\n";
|
||||
echo "Method: $method\n";
|
||||
echo "Parameters:\n";
|
||||
var_dump($pars);
|
||||
//var_dump($pars);
|
||||
var_dump($options);
|
||||
}
|
||||
|
||||
$infos = array(
|
||||
|
@ -283,7 +284,7 @@ switch ($method) {
|
|||
} // switch
|
||||
|
||||
$fullmethod = $infos[$method]['m'];
|
||||
$msg = new XML_RPC_Message($fullmethod, array(XML_RPC_encode($parr)));
|
||||
$msg = new XML_RPC_Message($fullmethod, array(XML_RPC_encode($options)));
|
||||
|
||||
if ($verbose) {
|
||||
echo "parr:\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue