diff --git a/core/module/user/user.php b/core/module/user/user.php index 3e4174e9..df7fb837 100644 --- a/core/module/user/user.php +++ b/core/module/user/user.php @@ -483,7 +483,9 @@ class user extends common if ($this->getData(['user', $userId, 'group'])) { // Compte les rĂ´les - $profils[$this->getData(['user', $userId, 'group']) . $this->getData(['user', $userId, 'profil'])]++; + if (isset($profils[$this->getData(['user', $userId, 'group']) . $this->getData(['user', $userId, 'profil'])])) { + $profils[$this->getData(['user', $userId, 'group']) . $this->getData(['user', $userId, 'profil'])]++; + } // Filtres if ($this->isPost()) {