Index: branches/wmf/1.16wmf4/extensions/CentralNotice/CentralNotice.php |
— | — | @@ -99,12 +99,12 @@ |
100 | 100 | $wgSpecialPages['BannerController'] = 'SpecialBannerController'; |
101 | 101 | $wgAutoloadClasses['SpecialBannerController'] = $dir . 'SpecialBannerController.php'; |
102 | 102 | |
| 103 | + $wgAutoloadClasses['CentralNotice'] = $dir . 'SpecialCentralNotice.php'; |
103 | 104 | $wgAutoloadClasses['CentralNoticeDB'] = $dir . 'CentralNotice.db.php'; |
104 | 105 | |
105 | 106 | if ( $wgNoticeInfrastructure ) { |
106 | 107 | $wgSpecialPages['CentralNotice'] = 'CentralNotice'; |
107 | 108 | $wgSpecialPageGroups['CentralNotice'] = 'wiki'; // Wiki data and tools" |
108 | | - $wgAutoloadClasses['CentralNotice'] = $dir . 'SpecialCentralNotice.php'; |
109 | 109 | |
110 | 110 | $wgSpecialPages['NoticeTemplate'] = 'SpecialNoticeTemplate'; |
111 | 111 | $wgAutoloadClasses['SpecialNoticeTemplate'] = $dir . 'SpecialNoticeTemplate.php'; |
Property changes on: branches/wmf/1.16wmf4/extensions/CentralNotice |
___________________________________________________________________ |
Modified: svn:mergeinfo |
112 | 112 | Merged /trunk/extensions/CentralNotice:r73852 |