Index: branches/CentralNotice-SpecialPage-Integration/CentralNotice.php |
— | — | @@ -83,11 +83,6 @@ |
84 | 84 | $wgSpecialPageGroups['NoticeTranslate'] = 'wiki'; // Wiki data and tools" |
85 | 85 | $wgSpecialPageGroups['NoticeTemplate'] = 'wiki'; // Wiki data and tools" |
86 | 86 | |
87 | | - |
88 | | -$egCentralNoticeTableNames['templates'] = 'central_notice_templates'; |
89 | | -$egCentralNoticeTableNames['campaign'] = 'central_notice_campaign'; |
90 | | -$egCentralNoticeTableNames['assignments'] = 'central_notice_template_assignments'; |
91 | | - |
92 | 87 | function efCentralNoticeSetup() { |
93 | 88 | global $wgHooks, $wgNoticeInfrastructure; |
94 | 89 | global $wgAutoloadClasses, $wgSpecialPages; |