Removed broken redundant fallback to the Language message array. Message arrays are...
authorTim Starling <tstarling@users.mediawiki.org>
Thu, 16 Nov 2006 16:49:23 +0000 (16:49 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Thu, 16 Nov 2006 16:49:23 +0000 (16:49 +0000)
commitb4ccf8ae4ab360dbeb587e26a17be1ab868ecb4f
tree9e5f5491e9cf88fc758153f80fd8eb0edc7bf54e
parent3a94babfadcba6ca26aca409c0825ee407a835c9
Removed broken redundant fallback to the Language message array. Message arrays are now merged pre-cache. It's a static call on a non-static function, it actually calls back to $wgMessageCache->load(), destroying the per-process message cache on every cache miss.
includes/MessageCache.php