r68508 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r68507‎ | r68508 | r68509 >
Date:10:59, 24 June 2010
Author:ning
Status:deferred
Tags:
Comment:
Add NotifyMe special page to 'smw group'
Modified paths:
  • /trunk/extensions/SemanticNotifyMe/includes/SNM_Initialize.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticNotifyMe/includes/SNM_Initialize.php
@@ -146,7 +146,7 @@
147147 } else { // otherwise register special pages
148148 $wgAutoloadClasses['SMWNotifyMe'] = $smwgNMIP . '/specials/SMWNotifyMe/SMWNotifyMe.php';
149149 $wgSpecialPages['NotifyMe'] = array( 'SMWNotifyMe' );
150 - $wgSpecialPageGroups['NotifyMe'] = 'smwplus_group';
 150+ $wgSpecialPageGroups['NotifyMe'] = 'smw_group';
151151 }
152152
153153 // Register Credits

Status & tagging log