From: Chad Horohoe Date: Sat, 2 Aug 2008 08:10:45 +0000 (+0000) Subject: Remove unused global. X-Git-Tag: 1.31.0-rc.0~46198 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/bilan.php?a=commitdiff_plain;h=5459ad3f8142b82677ba75550dcd86eeb2667a84;p=lhc%2Fweb%2Fwiklou.git Remove unused global. --- diff --git a/includes/Article.php b/includes/Article.php index 70e423dbaf..d6809bfeff 100644 --- a/includes/Article.php +++ b/includes/Article.php @@ -1829,7 +1829,6 @@ class Article { # If nothing's changed, do nothing if( $changed ) { - global $wgGroupPermissions; if( wfRunHooks( 'ArticleProtect', array( &$this, &$wgUser, $limit, $reason ) ) ) { $dbw = wfGetDB( DB_MASTER );