Use $wgLang->getCode() rather than $wgUser->getOption('language') in the parser cache...
authorTim Starling <tstarling@users.mediawiki.org>
Fri, 5 Jan 2007 18:10:22 +0000 (18:10 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Fri, 5 Jan 2007 18:10:22 +0000 (18:10 +0000)
commit792eab2c3bb5d5ae523fe123dd2c071f455789c7
tree7beaac5a99cdb11bbea970e50802dacb6d52a11c
parentfbe8b94bbec44588cf0648aa07f2f5f4bdb376c6
Use $wgLang->getCode() rather than $wgUser->getOption('language') in the parser cache rendering hash, since the latter may be overridden by a uselang= parameter in the URL.
includes/User.php