r54228 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r54227‎ | r54228 | r54229 >
Date:19:52, 2 August 2009
Author:demon
Status:ok
Tags:
Comment:
Stay semicolon.
Modified paths:
  • /trunk/phase3/maintenance/updateSpecialPages.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/updateSpecialPages.php
@@ -32,7 +32,7 @@
3333 }
3434
3535 public function execute() {
36 - global $wgOut, $wgSpecialPageCacheUpdates, $wgQueryPages;;
 36+ global $wgOut, $wgSpecialPageCacheUpdates, $wgQueryPages;
3737 $wgOut->disable();
3838 $dbw = wfGetDB( DB_MASTER );
3939

Status & tagging log