X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/5a6a33edf0ec2ac012715e12c35c7285b64c099b..3ad790a3d4bc23cb23f7ee072171ca6ef987eb56:/notification_edit.php diff --git a/notification_edit.php b/notification_edit.php index 30a9d8fe..cd3f41bd 100644 --- a/notification_edit.php +++ b/notification_edit.php @@ -34,7 +34,7 @@ import('ttFavReportHelper'); import('ttNotificationHelper'); // Access check. -if (!ttAccessCheck(right_manage_team)) { +if (!ttAccessCheck(right_manage_team) || !$user->isPluginEnabled('no')) { header('Location: access_denied.php'); exit(); }