Index: trunk/phase3/languages/Language.php |
— | — | @@ -2124,7 +2124,7 @@ |
2125 | 2125 | $filename = self::getMessagesFileName( $code ); |
2126 | 2126 | if ( !file_exists( $filename ) ) { |
2127 | 2127 | wfDebug( "Language::loadLocalisation(): no localisation file for $code, using implicit fallback to en\n" ); |
2128 | | - $cache = $cache = compact( self::$mLocalisationKeys ); // Set correct fallback; |
| 2128 | + $cache = compact( self::$mLocalisationKeys ); // Set correct fallback |
2129 | 2129 | $deps = array(); |
2130 | 2130 | } else { |
2131 | 2131 | $deps = array( $filename => filemtime( $filename ) ); |