diff --git a/htdocs/user/info.php b/htdocs/user/info.php index e27fcf562667c684f41dcb2f0abd9273ef782320..5ea7200a0f7f0857c5cad79ef31fc13a5f6d506a 100644 --- a/htdocs/user/info.php +++ b/htdocs/user/info.php @@ -35,6 +35,7 @@ $object = new User($db); if ($id > 0 || ! empty($ref)) { $result = $object->fetch($id, $ref); + $object->getrights(); } // Security check