From 9898cb32dfc80272d1b46fb049a7ec6f5f09e688 Mon Sep 17 00:00:00 2001 From: bsitu Date: Tue, 30 Apr 2013 15:31:40 -0700 Subject: [PATCH] Thanks notif should fall under positive group Change-Id: I19bfe1483ba7edc5928c3c39968e7d84161ab441 --- Thanks.hooks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Thanks.hooks.php b/Thanks.hooks.php index 68c52ccd..2050ba26 100644 --- a/Thanks.hooks.php +++ b/Thanks.hooks.php @@ -120,7 +120,7 @@ class ThanksHooks { $notifications['edit-thank'] = array( 'category' => 'edit-thank', - 'group' => 'interactive', + 'group' => 'positive', 'formatter-class' => 'EchoThanksFormatter', 'title-message' => 'notification-thanks', 'title-params' => array( 'agent', 'difflink', 'title' ),