X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=notification_edit.php;h=cd3f41bd1841f4f9c33f5417ad5698bf934e1927;hb=60d2288b7fca6caf0f5d9d3eee972f040eb24fb0;hp=30a9d8fe33501c7d7d5c9a7d8baeb531b944ae65;hpb=eb55e2f8ca3859482a389795e03b45283e14ef36;p=timetracker.git 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(); }