Add special page to the "users" section on Special:SpecialPages

Change-Id: Iaa8dae73c5987301384442b1ade81f91f7698c9a
This commit is contained in:
raymond 2013-01-30 10:31:34 +01:00
parent d23bac6148
commit d09640cfcd

View file

@ -73,6 +73,7 @@ $wgAPIMetaModules['notifications'] = 'ApiEchoNotifications';
// Special page
$wgAutoloadClasses['SpecialNotifications'] = $dir . 'special/SpecialNotifications.php';
$wgSpecialPages['Notifications'] = 'SpecialNotifications';
$wgSpecialPageGroups['Notifications'] = 'users';
// Housekeeping hooks
$wgHooks['LoadExtensionSchemaUpdates'][] = 'EchoHooks::getSchemaUpdates';