http://www.mediawiki.org/wiki/Special:Code/MediaWiki/73854

Revision: 73854
Author:   tomasz
Date:     2010-09-28 00:56:31 +0000 (Tue, 28 Sep 2010)

Log Message:
-----------
Syncing to head of trunk at 73852

Modified Paths:
--------------
    branches/wmf/1.16wmf4/extensions/CentralNotice/CentralNotice.php

Property Changed:
----------------
    branches/wmf/1.16wmf4/extensions/CentralNotice/


Property changes on: branches/wmf/1.16wmf4/extensions/CentralNotice
___________________________________________________________________
Modified: svn:mergeinfo
   - /branches/wmf-deployment/extensions/CentralNotice:60970
/trunk/extensions/CentralNotice:62820-67552,67557,67559-71720,71725-71731,71734-71739,71748-71753,71774-71997,72058-72131,72136-73830,73847,73850
/trunk/phase3/extensions/CentralNotice:63545-63546,63549,63643,63764,63897-63901,64113,64509,65387,65391,65555,65590,65650,65816
   + /branches/wmf-deployment/extensions/CentralNotice:60970
/trunk/extensions/CentralNotice:62820-67552,67557,67559-71720,71725-71731,71734-71739,71748-71753,71774-71997,72058-72131,72136-73830,73847,73850,73852
/trunk/phase3/extensions/CentralNotice:63545-63546,63549,63643,63764,63897-63901,64113,64509,65387,65391,65555,65590,65650,65816

Modified: branches/wmf/1.16wmf4/extensions/CentralNotice/CentralNotice.php
===================================================================
--- branches/wmf/1.16wmf4/extensions/CentralNotice/CentralNotice.php    
2010-09-28 00:56:04 UTC (rev 73853)
+++ branches/wmf/1.16wmf4/extensions/CentralNotice/CentralNotice.php    
2010-09-28 00:56:31 UTC (rev 73854)
@@ -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

Reply via email to