Fixed parse error
authorMr. E23 <e23@users.mediawiki.org>
Sun, 7 Mar 2004 17:27:00 +0000 (17:27 +0000)
committerMr. E23 <e23@users.mediawiki.org>
Sun, 7 Mar 2004 17:27:00 +0000 (17:27 +0000)
includes/SpecialMovepage.php

index 8fb9069..f8f0c6c 100644 (file)
@@ -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