On 5/22/06, Rotem Liss mail@rotemliss.com wrote:
I haven't tested this change, but I think you have to remove the following code from Linker::makeBrokenLinkObj (includes/Linker.php):
if ( '' == $query ) { $q = 'action=edit'; } else { $q = 'action=edit&'.$query; } $u = $nt->escapeLocalURL( $q );
and to replace it with:
$u = $nt->escapeLocalURL( $query );
Worked like a champ.
Thanks,
Dan