r100086 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100085‎ | r100086 | r100087 >
Date:21:00, 17 October 2011
Author:platonides
Status:ok
Tags:
Comment:
Remove global added in 2005 by vibber (r11563). There's a new one added in r99349.
Modified paths:
  • /trunk/phase3/includes/Title.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Title.php
@@ -3292,7 +3292,6 @@
32933293 MessageCache::singleton()->replace( $nt->getDBkey(), $newarticle->getContent() );
32943294 }
32953295
3296 - global $wgUser;
32973296 wfRunHooks( 'TitleMoveComplete', array( &$this, &$nt, &$wgUser, $pageid, $redirid ) );
32983297 return true;
32993298 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r11563* (bug 3667) Add missing global in page move code...vibber06:02, 29 October 2005
r99349FU r99323: spread blocks for edit/move attempts via the API (which uses these...aaron12:30, 9 October 2011

Status & tagging log