https://www.mediawiki.org/wiki/Special:Code/MediaWiki/106365
Revision: 106365 Author: platonides Date: 2011-12-15 20:43:58 +0000 (Thu, 15 Dec 2011) Log Message: ----------- Remove unneeded global https://gerrit.wikimedia.org/r/#change,1571 Modified Paths: -------------- trunk/phase3/languages/Language.php Modified: trunk/phase3/languages/Language.php =================================================================== --- trunk/phase3/languages/Language.php 2011-12-15 20:21:14 UTC (rev 106364) +++ trunk/phase3/languages/Language.php 2011-12-15 20:43:58 UTC (rev 106365) @@ -658,7 +658,6 @@ return $allNames; } - global $IP; $names = array(); // We do this using a foreach over the codes instead of a directory // loop so that messages files in extensions will work correctly. _______________________________________________ MediaWiki-CVS mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs
