resolve issue

This commit is contained in:
atm-steve 2022-11-25 10:53:44 +01:00
parent 8d879eb8f5
commit f3c257003d

View File

@ -419,7 +419,7 @@ if (!empty($conf->categorie->enabled))
// If the user can view user other than himself
$moreforfilter .= '<div class="divsearchfield">';
$moreforfilter .= '<div class="inline-block hideonsmartphone"></div>';
$includeonly = 'hierarchyme';
$includeonly = 'hierachyme';
if (empty($user->rights->user->user->lire)) {
$includeonly = array($user->id);
}