Index: trunk/extensions/SemanticNotifyMe/includes/SNM_Initialize.php |
— | — | @@ -146,7 +146,7 @@ |
147 | 147 | } else { // otherwise register special pages |
148 | 148 | $wgAutoloadClasses['SMWNotifyMe'] = $smwgNMIP . '/specials/SMWNotifyMe/SMWNotifyMe.php'; |
149 | 149 | $wgSpecialPages['NotifyMe'] = array( 'SMWNotifyMe' ); |
150 | | - $wgSpecialPageGroups['NotifyMe'] = 'smwplus_group'; |
| 150 | + $wgSpecialPageGroups['NotifyMe'] = 'smw_group'; |
151 | 151 | } |
152 | 152 | |
153 | 153 | // Register Credits |