- Patch #33555 by leoburd: fixed typo in XML-RPC backend.
parent
59cb3c4568
commit
927d98d068
|
@ -369,7 +369,7 @@ function _xmlrpc() {
|
||||||
}
|
}
|
||||||
// Is the message a fault?
|
// Is the message a fault?
|
||||||
if ($message->messagetype == 'fault') {
|
if ($message->messagetype == 'fault') {
|
||||||
xmlrpc_error($message->faultcode, $message->faultstring);
|
xmlrpc_error($message->fault_code, $message->fault_string);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
// Message must be OK
|
// Message must be OK
|
||||||
|
|
Loading…
Reference in New Issue