r73852 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r73851‎ | r73852 | r73853 >
Date:00:54, 28 September 2010
Author:kaldari
Status:ok
Tags:
Comment:
need to move this autoload as well
Modified paths:
  • /trunk/extensions/CentralNotice/CentralNotice.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CentralNotice/CentralNotice.php
@@ -99,12 +99,12 @@
100100 $wgSpecialPages['BannerController'] = 'SpecialBannerController';
101101 $wgAutoloadClasses['SpecialBannerController'] = $dir . 'SpecialBannerController.php';
102102
 103+ $wgAutoloadClasses['CentralNotice'] = $dir . 'SpecialCentralNotice.php';
103104 $wgAutoloadClasses['CentralNoticeDB'] = $dir . 'CentralNotice.db.php';
104105
105106 if ( $wgNoticeInfrastructure ) {
106107 $wgSpecialPages['CentralNotice'] = 'CentralNotice';
107108 $wgSpecialPageGroups['CentralNotice'] = 'wiki'; // Wiki data and tools"
108 - $wgAutoloadClasses['CentralNotice'] = $dir . 'SpecialCentralNotice.php';
109109
110110 $wgSpecialPages['NoticeTemplate'] = 'SpecialNoticeTemplate';
111111 $wgAutoloadClasses['SpecialNoticeTemplate'] = $dir . 'SpecialNoticeTemplate.php';

Status & tagging log