Index: trunk/phase3/languages/Language.php |
— | — | @@ -658,7 +658,6 @@ |
659 | 659 | return $allNames; |
660 | 660 | } |
661 | 661 | |
662 | | - global $IP; |
663 | 662 | $names = array(); |
664 | 663 | // We do this using a foreach over the codes instead of a directory |
665 | 664 | // loop so that messages files in extensions will work correctly. |