* Use appendQueryValue() instead of appendQuery() so that if e.g. printable=no is...
authorAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 18 Feb 2011 12:25:22 +0000 (12:25 +0000)
committerAlexandre Emsenhuber <ialex@users.mediawiki.org>
Fri, 18 Feb 2011 12:25:22 +0000 (12:25 +0000)
commit683fb93ee2cc5f63fb52a6fedb3fae1e9cdff8e6
tree63e5fc8f3d349c793780e965527199d910963619
parent3f8df56044612905e3d2edc0d990eb9946126684
* Use appendQueryValue() instead of appendQuery() so that if e.g. printable=no is already present in the URL, it doesn't become printable=no&printable=yes
* Call getLocalURL() on the local Title object instead of $wgTitle in WebRequest
includes/SkinTemplate.php