]> wagnertech.de Git - timetracker.git/blobdiff - mobile/client_add.php
Dutch translation improved.
[timetracker.git] / mobile / client_add.php
index 56f5d08a404b60e2e7d48c5d1573c2489e93f97d..e489496279bf44b5466b7116e1583097d3e352fe 100644 (file)
@@ -32,7 +32,7 @@ import('ttClientHelper');
 import('ttTeamHelper');
 
 // Access check.
-if (!ttAccessCheck(right_manage_team)) {
+if (!ttAccessCheck(right_manage_team) || !$user->isPluginEnabled('cl')) {
   header('Location: access_denied.php');
   exit();
 }