Fixed error when user hace strict_user and acl's permisions and tags. Tiquet: #2508
This commit is contained in:
parent
f2181d66d7
commit
7ecbd7cfed
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue