Thanks notif should fall under positive group

Change-Id: I19bfe1483ba7edc5928c3c39968e7d84161ab441
This commit is contained in:
bsitu 2013-04-30 15:31:40 -07:00
parent f77107763f
commit 9898cb32df

View file

@ -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' ),