r69993 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69992‎ | r69993 | r69994 >
Date:09:30, 27 July 2010
Author:reedy
Status:ok
Tags:
Comment:
Not sure why CentralNotice.db.php and SpecialCentralNotice both instantiating SpecialPage( 'CentralNotice' );
Modified paths:
  • /trunk/extensions/CentralNotice/CentralNotice.db.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CentralNotice/CentralNotice.db.php
@@ -10,9 +10,6 @@
1111 /* Functions */
1212
1313 function CentralNoticeDB() {
14 - // Register special page
15 - SpecialPage::SpecialPage( 'CentralNotice' );
16 -
1714 // Internationalization
1815 wfLoadExtensionMessages( 'CentralNotice' );
1916 }

Status & tagging log