Skip to content
Snippets Groups Projects
Commit 8dd720e2 authored by Thomas Hackl's avatar Thomas Hackl Committed by Jan-Hendrik Willms
Browse files

Resolve "Neuer Root-Assistent wird auch für Nicht-Roots angezeigt und läuft in Fehlermeldung"

Closes #4783

Merge request !3576
parent 6544b410
No related branches found
No related tags found
No related merge requests found
......@@ -214,7 +214,8 @@ if (!Request::isXhr() && $perm->have_perm('root')) {
}
if (
Config::get()->MIGRATION_START_VERSION
$GLOBALS['perm']->have_perm('root')
&& Config::get()->MIGRATION_START_VERSION
&& Config::get()->MIGRATION_START_VERSION < StudipVersion::getStudipVersion(true)
&& !Config::get()->UPDATE_NEWS_SEEN
) {
......
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