]> wagnertech.de Git - timetracker.git/blobdiff - notification_edit.php
Refactored ttNotificationHelper class for subgroups.
[timetracker.git] / notification_edit.php
index 69535815dd6bdf316753bb409a154c305b29a62a..7442305a84c5a2236f02780834d0051414573225 100644 (file)
@@ -94,7 +94,6 @@ if ($request->isPost()) {
 
     if (ttNotificationHelper::update(array(
         'id' => $notification_id,
-        'group_id' => $user->group_id,
         'cron_spec' => $cl_cron_spec,
         'next' => $next,
         'report_id' => $cl_fav_report,