Make MessageCache::get() return false if the requested message does not exist, and...
authorHappy-melon <happy-melon@users.mediawiki.org>
Thu, 25 Mar 2010 20:21:31 +0000 (20:21 +0000)
committerHappy-melon <happy-melon@users.mediawiki.org>
Thu, 25 Mar 2010 20:21:31 +0000 (20:21 +0000)
commitae3ced88e535c7fd046f0ad6f0710cc87f0004ea
tree51e5cae52c8aa6c891c123dc3bdb6a0d197b2fc8
parent180b872c1b35129fd24339a528c9aeb7dc2f2805
Make MessageCache::get() return false if the requested message does not exist, and handle setting the '<$key>' one layer further down in wfMsgGetKey().  Allows us to get away from that horrible string comparison in wfEmptyMsg().
includes/GlobalFunctions.php
includes/MessageCache.php
languages/LanguageConverter.php