X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/95c5359666f6dae7d0426f0a1fc41c925b996086..f32f30fa61a2937ea1bda8b28b748c854b997f15:/notification_edit.php diff --git a/notification_edit.php b/notification_edit.php index de09f75e..5755e95c 100644 --- a/notification_edit.php +++ b/notification_edit.php @@ -63,7 +63,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'));