Skip to content
Snippets Groups Projects
Commit d9980dc3 authored by Elmar Ludwig's avatar Elmar Ludwig
Browse files

do not require autor status, fixes #3617

Closes #3617

Merge request studip/studip!2510
parent 4a75df56
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ class Authority ...@@ -11,7 +11,7 @@ class Authority
*/ */
public static function canIndexUsers(User $user) public static function canIndexUsers(User $user)
{ {
return $GLOBALS['perm']->have_perm('autor', $user->id); return true;
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment