X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=notification_add.php;h=05b6ce0c3ccc7e517891aa916eee2c2bc7bc4d10;hb=fb3ac3aef52d4ab63ab302443185be73eca4121e;hp=80f46bb2e65b99ecb02f60799c4337e2abc5458b;hpb=eb55e2f8ca3859482a389795e03b45283e14ef36;p=timetracker.git diff --git a/notification_add.php b/notification_add.php index 80f46bb2..05b6ce0c 100644 --- a/notification_add.php +++ b/notification_add.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(); }