Comments

anders.fajerson’s picture

StatusFileSize
new3.04 KB

This doesn't seem right:

-  $xmlrpc = $base_url .'/'. 'xmlrpc.php';
+  $xmlrpc = $base_url .'/' . 'xmlrpc.php';

Removed that from the patch.

RobRoy’s picture

Might as well put it back in as this as long as we're in there.

- $xmlrpc = $base_url .'/'. 'xmlrpc.php';
+ $xmlrpc = $base_url .'/xmlrpc.php';

walkah’s picture

Status: Needs review » Reviewed & tested by the community

looks fine by me.

dries’s picture

Status: Reviewed & tested by the community » Fixed

Committed to CVS HEAD. Thanks! :-)

drumm’s picture

Committed to 5.

Anonymous’s picture

Status: Fixed » Closed (fixed)