http://www.mediawiki.org/wiki/Special:Code/MediaWiki/73852
Revision: 73852
Author: kaldari
Date: 2010-09-28 00:54:02 +0000 (Tue, 28 Sep 2010)
Log Message:
-----------
need to move this autoload as well
Modified Paths:
--------------
trunk/extensions/CentralNotice/CentralNotice.php
Modified: trunk/extensions/CentralNotice/CentralNotice.php
===================================================================
--- trunk/extensions/CentralNotice/CentralNotice.php 2010-09-28 00:48:17 UTC
(rev 73851)
+++ trunk/extensions/CentralNotice/CentralNotice.php 2010-09-28 00:54:02 UTC
(rev 73852)
@@ -99,12 +99,12 @@
$wgSpecialPages['BannerController'] = 'SpecialBannerController';
$wgAutoloadClasses['SpecialBannerController'] = $dir .
'SpecialBannerController.php';
+ $wgAutoloadClasses['CentralNotice'] = $dir . 'SpecialCentralNotice.php';
$wgAutoloadClasses['CentralNoticeDB'] = $dir . 'CentralNotice.db.php';
if ( $wgNoticeInfrastructure ) {
$wgSpecialPages['CentralNotice'] = 'CentralNotice';
$wgSpecialPageGroups['CentralNotice'] = 'wiki'; // Wiki data
and tools"
- $wgAutoloadClasses['CentralNotice'] = $dir .
'SpecialCentralNotice.php';
$wgSpecialPages['NoticeTemplate'] = 'SpecialNoticeTemplate';
$wgAutoloadClasses['SpecialNoticeTemplate'] = $dir .
'SpecialNoticeTemplate.php';
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs