]> wagnertech.de Git - timetracker.git/blobdiff - notification_add.php
Some progress with writing new export.
[timetracker.git] / notification_add.php
index 7dd680ff3289cdf9c9850e9e516953afefba8248..e30970afac5253498bb7053d7d147e3f4a4c520a 100644 (file)
@@ -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,