r89714 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89713‎ | r89714 | r89715 >
Date:02:18, 8 June 2011
Author:nagelp
Status:ok
Tags:
Comment:
removing wfLoadExtensionMessages() call, backwards-compatibility not needed, since this extension does not work with <1.17b1 anyway
Modified paths:
  • /trunk/extensions/Notificator/SpecialNotificator.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Notificator/SpecialNotificator.php
@@ -9,7 +9,6 @@
1010
1111 function __construct() {
1212 parent::__construct( 'Notificator' );
13 - wfLoadExtensionMessages('Notificator');
1413 }
1514
1615 function execute($par) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r89637Initial commit of new extension Notificatornagelp09:20, 7 June 2011

Status & tagging log