User "Brion VIBBER" changed the status of MediaWiki.r86797. Old Status: fixme New Status: resolved
User "Brion VIBBER" also posted a comment on MediaWiki.r86797. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/86797#c18079 Commit summary: 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. Comment: Changed SpecialUndelete's mFile to mFilename in r90093, removing the conflict. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
