Index: trunk/phase3/includes/LocalisationCache.php |
— | — | @@ -275,7 +275,9 @@ |
276 | 276 | $this->initLanguage( $code ); |
277 | 277 | } |
278 | 278 | // Check to see if initLanguage() loaded it for us |
279 | | - if ( isset( $this->loadedSubitems[$code][$key][$subkey] ) ) { |
| 279 | + if ( isset( $this->loadedItems[$code][$key] ) |
| 280 | + || isset( $this->loadedSubitems[$code][$key][$subkey] ) ) |
| 281 | + { |
280 | 282 | return; |
281 | 283 | } |
282 | 284 | if ( isset( $this->shallowFallbacks[$code] ) ) { |