]> wagnertech.de Git - timetracker.git/blobdiff - notifications.php
A bit more refactoring...
[timetracker.git] / notifications.php
index 6dcf33fd2de88507b237a8c2ee0146e253faeea1..23400beb428aedb94687f0b25d24d84fb4f1ff6f 100644 (file)
@@ -50,7 +50,7 @@ if ($request->isPost()) {
   }
 } else {
   $form->addInput(array('type'=>'submit','name'=>'btn_add','value'=>$i18n->get('button.add')));
-  $notifications = ttTeamHelper::getNotifications($user->team_id);
+  $notifications = ttTeamHelper::getNotifications($user->group_id);
 }
 
 $smarty->assign('forms', array($form->getName()=>$form->toArray()));