Fixed error when user hace strict_user and acl's permisions and tags. Tiquet: #2508

This commit is contained in:
m-lopez-f 2015-07-21 11:01:01 +02:00
parent f2181d66d7
commit 7ecbd7cfed
1 changed files with 1 additions and 1 deletions

View File

@ -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);