X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/4dcb88a76a3de466ee6116ae0852f53ba2b259a5..264ed2176f4d55449f4a329d6b85fcb48fd50fb4:/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,