From: Mr. E23 Date: Sun, 7 Mar 2004 17:27:00 +0000 (+0000) Subject: Fixed parse error X-Git-Tag: 1.3.0beta1~846 X-Git-Url: http://git.cyclocoop.org/data/%24self?a=commitdiff_plain;h=9b45e1ee0819e9685066001971f5e0498a9a24fc;p=lhc%2Fweb%2Fwiklou.git Fixed parse error --- diff --git a/includes/SpecialMovepage.php b/includes/SpecialMovepage.php index 8fb906948d..f8f0c6c2f0 100644 --- a/includes/SpecialMovepage.php +++ b/includes/SpecialMovepage.php @@ -170,7 +170,7 @@ class MovePageForm { # purge new title $wgInternalServer.$this->nt->getLocalURL(), # purge old title - $wgInternalServer.$this->ot->getLocalURL()) + $wgInternalServer.$this->ot->getLocalURL(), ); wfPurgeSquidServers($urlArr); # purge pages linking to new title @@ -225,9 +225,9 @@ class MovePageForm { /* this needs to be done after LinksUpdate */ $urlArr = Array( # purge new title - $nt->getInternalURL()), + $nt->getInternalURL(), # purge old title - $ot->getInternalURL()) + $ot->getInternalURL(), ); wfPurgeSquidServers($urlArr); # purge pages linking to new title