Skip to content
Snippets Groups Projects
Commit f2eb73a1 authored by Charles Benke's avatar Charles Benke Committed by GitHub
Browse files

Update info.php

parent 5bc3107c
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,7 @@ $object = new User($db);
if ($id > 0 || ! empty($ref))
{
$result = $object->fetch($id, $ref);
$object->getrights();
}
// Security check
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment