X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/4dcb88a76a3de466ee6116ae0852f53ba2b259a5..cc89430b244535c67dbb7d1f8813a4ba56b1ffc0:/notification_add.php diff --git a/notification_add.php b/notification_add.php index 7dd680ff..e30970af 100644 --- a/notification_add.php +++ b/notification_add.php @@ -86,7 +86,7 @@ if ($request->isPost()) { $next = tdCron::getNextOccurrence($cl_cron_spec, mktime()); if (ttNotificationHelper::insert(array( - 'team_id' => $user->team_id, + 'group_id' => $user->group_id, 'cron_spec' => $cl_cron_spec, 'next' => $next, 'report_id' => $cl_fav_report,