diff options
| author | André Noack <noack@data-quest.de> | 2024-12-12 14:52:00 +0000 |
|---|---|---|
| committer | David Siegfried <david.siegfried@uni-vechta.de> | 2024-12-12 14:52:00 +0000 |
| commit | 940d2aaa8638b4e0c764579cb3977e7be527c81f (patch) | |
| tree | 79bd2d7f02359e1bb24931b33513e082f8404a91 /app/controllers/web_migrate.php | |
| parent | 3a2a88172ccbe97aaecf4ea32b97cd07b92dcb11 (diff) | |
StEP 1552 closes #1552
Closes #1552
Merge request studip/studip!1137
Diffstat (limited to 'app/controllers/web_migrate.php')
| -rw-r--r-- | app/controllers/web_migrate.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/web_migrate.php b/app/controllers/web_migrate.php index 3553f90..bf24e32 100644 --- a/app/controllers/web_migrate.php +++ b/app/controllers/web_migrate.php @@ -12,7 +12,6 @@ class WebMigrateController extends StudipController public function before_filter(&$action, &$args) { - $GLOBALS['auth']->login_if(!$GLOBALS['perm']->have_perm('root')); $GLOBALS['perm']->check('root'); parent::before_filter($action, $args); |
