From 9bd172549e45eac0fafb51824790ad4108608824 Mon Sep 17 00:00:00 2001 From: bsitu Date: Thu, 4 Apr 2013 10:50:02 -0700 Subject: [PATCH] Welcome notification should have 'system' metrics group Change-Id: Ia818785ef5afdcaa133109edad05418c4a259269 --- Echo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Echo.php b/Echo.php index a0142fcf9..4bbbd90c0 100644 --- a/Echo.php +++ b/Echo.php @@ -270,7 +270,7 @@ $wgEchoNotificationCategories = array( $wgEchoNotifications = array( 'welcome' => array( 'category' => 'system', - 'group' => 'positive', + 'group' => 'system', 'title-message' => 'notification-new-user', 'title-params' => array( 'agent' ), 'icon' => 'w',