summaryrefslogtreecommitdiffstats
path: root/frontends/php/services.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/services.php')
-rw-r--r--frontends/php/services.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/services.php b/frontends/php/services.php
index 7380f9fc..aedc3154 100644
--- a/frontends/php/services.php
+++ b/frontends/php/services.php
@@ -28,7 +28,7 @@
?>
<?php
- if(!check_right("Service","U",0))
+ if(!check_anyright("Service","U"))
{
show_table_header("<font color=\"AA0000\">No permissions !</font>");
show_footer();