Don't URL encode titles when revdeling from Special:Undelete
authorLuke Faraone <luke@faraone.cc>
Sun, 21 Feb 2016 03:39:41 +0000 (03:39 +0000)
committerLuke Faraone <luke@faraone.cc>
Sun, 21 Feb 2016 20:35:24 +0000 (20:35 +0000)
commit1cfa5d284bc2caf72ff404c78de1524e35c923a9
tree5e57c7aac2afff056c8f11cb5ae14918138bdb21
parentedc2aedbf84509814663dddd393dc4e172fc9ae2
Don't URL encode titles when revdeling from Special:Undelete

URL encoding is here handled by getFullURL so calling wfUrlencode resulted in
double-encoding.

Bug: T127091
Change-Id: Ibc32afb80bd220b87d2c4a816398cc10345e7ac4
includes/specials/SpecialUndelete.php