Changeset 2778

Show
Ignore:
Timestamp:
08/12/05 07:07:52 (3 years ago)
Author:
matt
Message:

Re fixes #1541

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.5/xmlrpc.php

    r2690 r2778  
    12521252        } 
    12531253 
     1254        if ( empty($context) )  // URL pattern not found 
     1255            return new IXR_Error(17, 'The source URI does not contain a link to the target URI, and so cannot be used as a source.'); 
     1256 
    12541257        $pagelinkedfrom = preg_replace('#&([^amp\;])#is', '&$1', $pagelinkedfrom); 
    12551258