Update info.php
This commit is contained in:
parent
5bc3107c5d
commit
f2eb73a101
@ -35,6 +35,7 @@ $object = new User($db);
|
||||
if ($id > 0 || ! empty($ref))
|
||||
{
|
||||
$result = $object->fetch($id, $ref);
|
||||
$object->getrights();
|
||||
}
|
||||
|
||||
// Security check
|
||||
|
||||
Loading…
Reference in New Issue
Block a user