Fix incorrect use of Title::newFromText(). That function lets the user choose the...
authorTim Starling <tstarling@users.mediawiki.org>
Fri, 14 Nov 2008 00:44:08 +0000 (00:44 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Fri, 14 Nov 2008 00:44:08 +0000 (00:44 +0000)
commit19f1fa7576a7f33de0845e4f00ed9a13f73b8476
tree7e8e10e774466e7aca5e7294b77b8b4b1dbd7f98
parent4daa2dbb6a5711886e54148ab019ff15f92231c7
Fix incorrect use of Title::newFromText(). That function lets the user choose the namespace using a title with colons, to force the namespace you must use Title::makeTitleSafe(). Images are always in the image namespace.
includes/specials/SpecialFilepath.php