Use wfAppendQuery() instead of "$path?$wgStyleVersion" where $path can contain ?foo...
authorRoan Kattouw <catrope@users.mediawiki.org>
Wed, 3 Feb 2010 10:48:11 +0000 (10:48 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Wed, 3 Feb 2010 10:48:11 +0000 (10:48 +0000)
commit76dfc155396b2554c1c2c47be9d02b7a7b33461b
treedcaf63d393197bb41345a7f9a76f9ca04b4a64ea
parente4a73a9eb01495acf044347e87015f3870fc5cc6
Use wfAppendQuery() instead of "$path?$wgStyleVersion" where $path can contain ?foo=bar&bar=baz . This fixes the bug where MediaWiki:Monobook.js was included on every page and the JS variable skin was always set to 'monobook'; this happened because of &useskin=vector?265
includes/OutputPage.php