X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/bb21bc0fbb60be85b7d1eab90e6dd7c33aec7d0a..c360da4bcfd113a87bc156e0f009e968d8a8bf07:/notification_edit.php diff --git a/notification_edit.php b/notification_edit.php index 8a2ab056..ec26f610 100644 --- a/notification_edit.php +++ b/notification_edit.php @@ -34,7 +34,7 @@ import('ttFavReportHelper'); import('ttNotificationHelper'); // Access check. -if (!ttAccessCheck(right_manage_team) || !$user->isPluginEnabled('no')) { +if (!ttAccessAllowed('manage_advanced_settings') || !$user->isPluginEnabled('no')) { header('Location: access_denied.php'); exit(); }