]> wagnertech.de Git - timetracker.git/blobdiff - client_delete.php
A bit more progress on redoing access checks.
[timetracker.git] / client_delete.php
index 767a919e9c0a7442239abf231c374b69691749e3..eae300500a111c8b0ab6ec337c5556cb0d51f917 100644 (file)
@@ -31,7 +31,7 @@ import('form.Form');
 import('ttClientHelper');
 
 // Access check.
-if (!ttAccessCheck(right_manage_team) || !$user->isPluginEnabled('cl')) {
+if (!ttAccessAllowed('manage_clients') || !$user->isPluginEnabled('cl')) {
   header('Location: access_denied.php');
   exit();
 }