A formatting change to help track down that phantom line 760 error.
git-svn-id: https://develop.svn.wordpress.org/trunk@1260 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
5fc36b1eaa
commit
0cbcc714e3
@ -757,8 +757,9 @@ class xmlrpcmsg {
|
|||||||
if ($_xh[$parser]['isf']) {
|
if ($_xh[$parser]['isf']) {
|
||||||
$f=$v->structmem("faultCode");
|
$f=$v->structmem("faultCode");
|
||||||
$fs=$v->structmem("faultString");
|
$fs=$v->structmem("faultString");
|
||||||
$r=new xmlrpcresp($v, $f->scalarval(),
|
$r=new xmlrpcresp($v,
|
||||||
$fs->scalarval());
|
$f->scalarval(),
|
||||||
|
$fs->scalarval());
|
||||||
} else {
|
} else {
|
||||||
$r=new xmlrpcresp($v);
|
$r=new xmlrpcresp($v);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user