Index: trunk/phase3/maintenance/updateSpecialPages.php |
— | — | @@ -32,7 +32,7 @@ |
33 | 33 | } |
34 | 34 | |
35 | 35 | public function execute() { |
36 | | - global $wgOut, $wgSpecialPageCacheUpdates, $wgQueryPages;; |
| 36 | + global $wgOut, $wgSpecialPageCacheUpdates, $wgQueryPages; |
37 | 37 | $wgOut->disable(); |
38 | 38 | $dbw = wfGetDB( DB_MASTER ); |
39 | 39 | |