Update info.php

This commit is contained in:
BENKE Charlie 2016-12-10 23:32:01 +01:00 committed by GitHub
parent 5bc3107c5d
commit f2eb73a101

View File

@ -35,6 +35,7 @@ $object = new User($db);
if ($id > 0 || ! empty($ref)) if ($id > 0 || ! empty($ref))
{ {
$result = $object->fetch($id, $ref); $result = $object->fetch($id, $ref);
$object->getrights();
} }
// Security check // Security check