Fix for r86304: if MessageCache::parse() is called twice, once with $interface=true...
authorTim Starling <tstarling@users.mediawiki.org>
Fri, 2 Mar 2012 04:00:58 +0000 (04:00 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Fri, 2 Mar 2012 04:00:58 +0000 (04:00 +0000)
commitd85a86baa1d396d4d3ac663b64f4d2f9b6fa96fc
treea6d1d638cd8a4dfe46978b4b89ac39b38b749f4c
parent6fcb33538fb85b5735761bd430ee8162030bcf8b
Fix for r86304: if MessageCache::parse() is called twice, once with $interface=true and then with $interface=false, actually use $interface=false the second time instead of using the cached value from the previous call. Same for $language. This is the reason why edittools was affected by bug 34832.
includes/cache/MessageCache.php