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

Revision: 73856
Author:   tomasz
Date:     2010-09-28 01:02:05 +0000 (Tue, 28 Sep 2010)

Log Message:
-----------
Syncing with r73855

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,73852
/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,73855
/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 01:00:26 UTC (rev 73855)
+++ branches/wmf/1.16wmf4/extensions/CentralNotice/CentralNotice.php    
2010-09-28 01:02:05 UTC (rev 73856)
@@ -101,6 +101,7 @@
        
        $wgAutoloadClasses['CentralNotice'] = $dir . 'SpecialCentralNotice.php';
        $wgAutoloadClasses['CentralNoticeDB'] = $dir . 'CentralNotice.db.php';
+       $wgAutoloadClasses['TemplatePager'] = $dir . 'TemplatePager.php';
 
        if ( $wgNoticeInfrastructure ) {
                $wgSpecialPages['CentralNotice'] = 'CentralNotice';
@@ -111,8 +112,6 @@
 
                $wgSpecialPages['BannerAllocation'] = 'SpecialBannerAllocation';
                $wgAutoloadClasses['SpecialBannerAllocation'] = $dir . 
'SpecialBannerAllocation.php';
-
-               $wgAutoloadClasses['TemplatePager'] = $dir . 
'TemplatePager.php';
        }
 }
 



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to