From: Platonides Date: Tue, 3 May 2011 22:15:57 +0000 (+0000) Subject: Remove unused global X-Git-Tag: 1.31.0-rc.0~30424 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=d770bda7bceecace06343e0dcd8837637b2ecc0f;p=lhc%2Fweb%2Fwiklou.git Remove unused global --- diff --git a/tests/phpunit/includes/TitlePermissionTest.php b/tests/phpunit/includes/TitlePermissionTest.php index 2ad6242f84..eec98f94bb 100644 --- a/tests/phpunit/includes/TitlePermissionTest.php +++ b/tests/phpunit/includes/TitlePermissionTest.php @@ -329,7 +329,7 @@ class TitlePermissionTest extends MediaWikiTestCase { function testPermissionHooks() { } function testSpecialsAndNSPermissions() { $this->setUser( $this->userName ); - global $wgUser, $wgContLang; + global $wgUser; $wgUser = $this->user; $this->setTitle( NS_SPECIAL );