X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/35a538725eb9bc8a651a012a7bccc546aa22e6b2..bfaedf194df864a24ea4a44c359435be68983909:/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'));