X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/4dcb88a76a3de466ee6116ae0852f53ba2b259a5..2352b1096ea3b8301f06d3e5b072022ae08a2f73:/notification_edit.php diff --git a/notification_edit.php b/notification_edit.php index 1c36865f..69535815 100644 --- a/notification_edit.php +++ b/notification_edit.php @@ -94,7 +94,7 @@ if ($request->isPost()) { if (ttNotificationHelper::update(array( 'id' => $notification_id, - 'team_id' => $user->team_id, + 'group_id' => $user->group_id, 'cron_spec' => $cl_cron_spec, 'next' => $next, 'report_id' => $cl_fav_report,