X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=quotas.php;h=d846ae25d79196f4c5449bb33941caea26486738;hb=e2b992aea6edc4a734ddb751103101e2450f3b20;hp=68b8a6198756deca8cb61f369d6b593f2b33da06;hpb=fa05834dbdd4f642cac9c83773cd755ab5791e25;p=timetracker.git diff --git a/quotas.php b/quotas.php index 68b8a619..d846ae25 100644 --- a/quotas.php +++ b/quotas.php @@ -32,7 +32,7 @@ import('form.Form'); import('ttTeamHelper'); // Access check. -if (!ttAccessCheck(right_manage_team)) { +if (!ttAccessCheck(right_manage_team) || !$user->isPluginEnabled('mq')) { header('Location: access_denied.php'); exit(); }