Follow-up r86255: don't special-case redirecting special pages in executePath(),...
authorHappy-melon <happy-melon@users.mediawiki.org>
Tue, 19 Apr 2011 15:45:03 +0000 (15:45 +0000)
committerHappy-melon <happy-melon@users.mediawiki.org>
Tue, 19 Apr 2011 15:45:03 +0000 (15:45 +0000)
commit99f0f008791669594199e1a3bdf48766be6ffd3d
tree9e072aa66ba9ed390e8e6abdf24904bf2efb6305
parentcdaa91bd276828d60f94ad2b482e02ee4d07da05
Follow-up r86255: don't special-case redirecting special pages in executePath(), make them subclass a RedirectSpecialPage and have their execute() method do the redirection.  Fixes fatal errors seen on TWN where executePath() was trying to call SpecialMyPage::execute(), which bubbled up to SpecialPage::execute() and made a horrible mess.
includes/AutoLoader.php
includes/SpecialPage.php