X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/95c5359666f6dae7d0426f0a1fc41c925b996086..f32f30fa61a2937ea1bda8b28b748c854b997f15:/notification_add.php diff --git a/notification_add.php b/notification_add.php index f1221117..e7f541bb 100644 --- a/notification_add.php +++ b/notification_add.php @@ -57,7 +57,7 @@ if ($request->isPost()) { } // End of access checks. -$fav_reports = ttFavReportHelper::getReports($user->getUser()); +$fav_reports = ttFavReportHelper::getReports(); if ($request->isPost()) { $cl_cron_spec = trim($request->getParameter('cron_spec'));