Commit c56e115e authored by Ad Schellevis's avatar Ad Schellevis

revert previous fix in src/etc/inc/auth.inc

parent f4248592
......@@ -253,7 +253,6 @@ function get_user_privileges(& $user) {
$privs = $user['priv'];
if (!is_array($privs)) {
$privs = array();
$privs[] = $user['priv'];
}
$names = local_user_get_groups($user, true);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment