From e7d31a821c35fe6237a35b49dd9caf186e7f48e5 Mon Sep 17 00:00:00 2001 From: Gauthier PC portable 024 Date: Thu, 5 Jan 2023 15:41:57 +0100 Subject: [PATCH] FIX : hierarchyme and not hierachyme --- htdocs/projet/activity/permonth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/projet/activity/permonth.php b/htdocs/projet/activity/permonth.php index 6e474ea8568..21741a55f01 100644 --- a/htdocs/projet/activity/permonth.php +++ b/htdocs/projet/activity/permonth.php @@ -418,7 +418,7 @@ if (! empty($conf->categorie->enabled)) // If the user can view user other than himself $moreforfilter .= '
'; $moreforfilter .= '
'; -$includeonly = 'hierachyme'; +$includeonly = 'hierarchyme'; if (empty($user->rights->user->user->lire)) { $includeonly = array($user->id); }