From 7ecbd7cfed68ad0572b5f0980da06cc4ceaece62 Mon Sep 17 00:00:00 2001 From: m-lopez-f Date: Tue, 21 Jul 2015 11:01:01 +0200 Subject: [PATCH] Fixed error when user hace strict_user and acl's permisions and tags. Tiquet: #2508 --- pandora_console/include/functions_groups.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/include/functions_groups.php b/pandora_console/include/functions_groups.php index a6b5730a8f..60991c3775 100644 --- a/pandora_console/include/functions_groups.php +++ b/pandora_console/include/functions_groups.php @@ -2924,7 +2924,7 @@ function group_get_groups_list($id_user = false, $user_strict = false, $access = $acltags = tags_get_user_module_and_tags ($id_user, $access, $user_strict); - if (! $user_strict) { + if (! is_metaconsole()) { $result_list = group_get_data ($id_user, $user_strict, $acltags, $returnAllGroup, $mode);