Fix regression in r70657. Misplaced else condition was causing cache misses
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Fri, 10 Dec 2010 13:18:11 +0000 (13:18 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Fri, 10 Dec 2010 13:18:11 +0000 (13:18 +0000)
commit2a66100694fb458261619fa1961956461a5926c5
tree3036a428eba7749674d97a5b8dc54795bab59cb4
parent81791368a8d400242baecaa122adf9b8386d415f
Fix regression in r70657. Misplaced else condition was causing cache misses
to try to load the message text and cache the result individually. However
in the default configuration cache miss always means that the message doesn't
exists in the database.
includes/MessageCache.php