X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=notifications.php;h=23400beb428aedb94687f0b25d24d84fb4f1ff6f;hb=d5f3d27d84a808f8333822de5662b2cd3a2e322c;hp=6dcf33fd2de88507b237a8c2ee0146e253faeea1;hpb=4dcb88a76a3de466ee6116ae0852f53ba2b259a5;p=timetracker.git diff --git a/notifications.php b/notifications.php index 6dcf33fd..23400beb 100644 --- a/notifications.php +++ b/notifications.php @@ -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()));