Refactoring. Renamed team_id fields to become group_id.
[timetracker.git] / notifications.php
index 6dcf33f..23400be 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()));