Follow-up r86347: the $mFile written to in SpecialUndelete is not actually the 'same...
authorHappy-melon <happy-melon@users.mediawiki.org>
Sat, 23 Apr 2011 21:26:54 +0000 (21:26 +0000)
committerHappy-melon <happy-melon@users.mediawiki.org>
Sat, 23 Apr 2011 21:26:54 +0000 (21:26 +0000)
commit7fdc5d94a0b0391eed97ca7f58b3a7ac2a3e57fe
treef425a1cc7e2bfd9bda2c00d1d5dfe1bcaebf3e1f
parentccf9987a7590cab0a4c7939fe984636b5a994e60
Follow-up r86347: the $mFile written to in SpecialUndelete is not actually the 'same' variable as is used in SpecialPage (SpecialPage->mFile is the php file where wfEvilSpecialPageFunction() can be found, while SpecialUndelete->mFile is a deleted file), but it still complains about private access unless it's redeclared.
includes/specials/SpecialUndelete.php