summaryrefslogtreecommitdiffstats
path: root/frontends/php/overview.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/overview.php')
-rw-r--r--frontends/php/overview.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/overview.php b/frontends/php/overview.php
index 2c5e1f3f..72c1eb88 100644
--- a/frontends/php/overview.php
+++ b/frontends/php/overview.php
@@ -56,7 +56,7 @@ if(isset($_REQUEST["select"])&&($_REQUEST["select"]!="")){
array_push($options,'always_select_first_group');
}
- validate_group(PERM_READ_ONLY,$options);
+ validate_group(PERM_READ_ONLY,$options,'web.overview.groupid');
$_REQUEST["type"] = get_request("type",get_profile("web.overview.type",SHOW_TRIGGERS));
update_profile("web.overview.type",$_REQUEST["type"]);