* Add parameter to MessageCache::get() to allow prevention of using a fallback langua...
authorRobert Leverington <roberthl@users.mediawiki.org>
Sat, 26 Apr 2008 18:05:43 +0000 (18:05 +0000)
committerRobert Leverington <roberthl@users.mediawiki.org>
Sat, 26 Apr 2008 18:05:43 +0000 (18:05 +0000)
commit8e3967d0a954dd96e81a7af2191c3333467f82ca
tree2cad44a398b92002640b8d328cff0a09eee662c2
parent87e9fc60349ad735052ee2b0280f286f31a23cde
* Add parameter to MessageCache::get() to allow prevention of using a fallback language (default: false).
* Add option to wfMsgExt() 'nofallback' as an interface to the new parameter added to MessageCache::get().
includes/GlobalFunctions.php
includes/MessageCache.php