Index: trunk/extensions/Translate/TranslateUtils.php |
— | — | @@ -23,7 +23,7 @@ |
24 | 24 | |
25 | 25 | // Cache some amount of titles for speed |
26 | 26 | static $cache = array(); |
27 | | - if ( count($cache)>5000 ) $cache = array(); |
| 27 | + #if ( count($cache)>5000 ) $cache = array(); |
28 | 28 | if ( !isset($cache[$message]) ) { |
29 | 29 | $cache[$message] = $wgContLang->ucfirst($message); |
30 | 30 | } |