Remove global added in 2005 by vibber (r11563). There's a new one added in r99349.
authorPlatonides <platonides@users.mediawiki.org>
Mon, 17 Oct 2011 21:00:42 +0000 (21:00 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Mon, 17 Oct 2011 21:00:42 +0000 (21:00 +0000)
includes/Title.php

index 858f931..bbff110 100644 (file)
@@ -3292,7 +3292,6 @@ class Title {
                        MessageCache::singleton()->replace( $nt->getDBkey(), $newarticle->getContent() );
                }
 
-               global $wgUser;
                wfRunHooks( 'TitleMoveComplete', array( &$this, &$nt, &$wgUser, $pageid, $redirid ) );
                return true;
        }