summaryrefslogtreecommitdiffstats
path: root/frontends/php/queue.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/queue.php')
-rw-r--r--frontends/php/queue.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/queue.php b/frontends/php/queue.php
index 24794f1c..91c144d0 100644
--- a/frontends/php/queue.php
+++ b/frontends/php/queue.php
@@ -27,7 +27,7 @@
?>
<?php
- if(!check_right("Host","R",0))
+ if(!check_anyright("Host","R"))
{
show_table_header("<font color=\"AA0000\">No permissions !</font>");
show_footer();