From: Platonides Date: Mon, 17 Oct 2011 21:00:42 +0000 (+0000) Subject: Remove global added in 2005 by vibber (r11563). There's a new one added in r99349. X-Git-Tag: 1.31.0-rc.0~27040 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dcompta/comptes/journal.php?a=commitdiff_plain;h=3a04a97eb99a3103ca6a9d256db4409cac04f23d;p=lhc%2Fweb%2Fwiklou.git Remove global added in 2005 by vibber (r11563). There's a new one added in r99349. --- diff --git a/includes/Title.php b/includes/Title.php index 858f931db0..bbff110bcc 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -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; }