From 47fb0fdaedd42e0df623763eac02614156083290 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartosz=20Dziewo=C5=84ski?= Date: Fri, 24 Mar 2023 20:08:17 +0100 Subject: [PATCH] List "Notifications" under "Account management" on Special:SpecialPages Bug: T333242 Depends-On: Ieba1631ca3c0562b784aa07d2b26c418448e70a1 Change-Id: Ibcc6b4b6bc618ee6b98e9d8784f079d356f65a37 --- includes/Special/SpecialNotifications.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Special/SpecialNotifications.php b/includes/Special/SpecialNotifications.php index 968eb9624..120df1d0c 100644 --- a/includes/Special/SpecialNotifications.php +++ b/includes/Special/SpecialNotifications.php @@ -263,6 +263,6 @@ class SpecialNotifications extends SpecialPage { } protected function getGroupName() { - return 'users'; + return 'login'; } }