r73855 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r73854‎ | r73855 | r73856 >
Date:01:00, 28 September 2010
Author:kaldari
Status:ok
Tags:
Comment:
need to move one more autoload out of if
Modified paths:
  • /trunk/extensions/CentralNotice/CentralNotice.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CentralNotice/CentralNotice.php
@@ -101,6 +101,7 @@
102102
103103 $wgAutoloadClasses['CentralNotice'] = $dir . 'SpecialCentralNotice.php';
104104 $wgAutoloadClasses['CentralNoticeDB'] = $dir . 'CentralNotice.db.php';
 105+ $wgAutoloadClasses['TemplatePager'] = $dir . 'TemplatePager.php';
105106
106107 if ( $wgNoticeInfrastructure ) {
107108 $wgSpecialPages['CentralNotice'] = 'CentralNotice';
@@ -111,8 +112,6 @@
112113
113114 $wgSpecialPages['BannerAllocation'] = 'SpecialBannerAllocation';
114115 $wgAutoloadClasses['SpecialBannerAllocation'] = $dir . 'SpecialBannerAllocation.php';
115 -
116 - $wgAutoloadClasses['TemplatePager'] = $dir . 'TemplatePager.php';
117116 }
118117 }
119118

Follow-up revisions

RevisionCommit summaryAuthorDate
r73856Syncing with r73855tomasz01:02, 28 September 2010

Status & tagging log