Skip to content
Snippets Groups Projects
Commit 398fa490 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

fixes #3190

Closes #3190

Merge request studip/studip!2164
parent fabd562e
No related branches found
No related tags found
No related merge requests found
......@@ -37,6 +37,8 @@ class Institute_MembersController extends AuthenticatedController
}
if (!Institute::findCurrent()) {
$GLOBALS['perm']->check('admin');
require_once 'lib/admin_search.inc.php';
// TODO: We don't seem to need this since admin_search will stop the script
......
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