(bug 32473) [[Special:PasswordReset]] can not be used on private wiki
authorAntoine Musso <hashar@users.mediawiki.org>
Wed, 7 Dec 2011 14:25:26 +0000 (14:25 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Wed, 7 Dec 2011 14:25:26 +0000 (14:25 +0000)
commitd5f1d52ea92a02c4359ae2545854ee42260d3c5c
treed5403bef3f62148290bf81750c0bf26785b54448
parentf874649556d1db7cae8cc24d8f1973573d3ba67f
(bug 32473) [[Special:PasswordReset]] can not be used on private wiki

This patch is a quick fix for REL1_18 branch.

For later:
We should not have hack in Title.php to allow some specific special pages
this should be made possible using SpecialPage. Would make code cleaner.
includes/Title.php