Index: trunk/extensions/CentralNotice/CentralNotice.php |
— | — | @@ -101,6 +101,7 @@ |
102 | 102 | |
103 | 103 | $wgAutoloadClasses['CentralNotice'] = $dir . 'SpecialCentralNotice.php'; |
104 | 104 | $wgAutoloadClasses['CentralNoticeDB'] = $dir . 'CentralNotice.db.php'; |
| 105 | + $wgAutoloadClasses['TemplatePager'] = $dir . 'TemplatePager.php'; |
105 | 106 | |
106 | 107 | if ( $wgNoticeInfrastructure ) { |
107 | 108 | $wgSpecialPages['CentralNotice'] = 'CentralNotice'; |
— | — | @@ -111,8 +112,6 @@ |
112 | 113 | |
113 | 114 | $wgSpecialPages['BannerAllocation'] = 'SpecialBannerAllocation'; |
114 | 115 | $wgAutoloadClasses['SpecialBannerAllocation'] = $dir . 'SpecialBannerAllocation.php'; |
115 | | - |
116 | | - $wgAutoloadClasses['TemplatePager'] = $dir . 'TemplatePager.php'; |
117 | 116 | } |
118 | 117 | } |
119 | 118 | |