]> wagnertech.de Git - timetracker.git/blobdiff - notification_delete.php
Finished refactoring Turkish translation.
[timetracker.git] / notification_delete.php
index 50c33952c0938a6fbf6317bfe2034b5fc2a6bf0c..834befbe3439eeb4b0dfcc1847a5e9403faba164 100644 (file)
@@ -31,7 +31,7 @@ import('form.Form');
 import('ttNotificationHelper');
 
 // Access check.
-if (!ttAccessCheck(right_manage_team)) {
+if (!ttAccessCheck(right_manage_team) || !$user->isPluginEnabled('no')) {
   header('Location: access_denied.php');
   exit();
 }