User "Kaldari" posted a comment on MediaWiki.r83746. Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/83746#c18819 Commit summary:
Load SpecialNoticeTemplate class also on non-infrastructure wikis. PHP Fatal error: Class 'SpecialNoticeTemplate' not found in CentralNotice/SpecialBannerLoader.php on line 66 Comment: I went ahead and moved the bannerExists() function to the CentralNoticeDB class, which is where it belongs anyway (public static methods that just return information from the DB). This removes the dependency on SpecialNoticeTemplate. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
