Skip to content
Snippets Groups Projects
Commit a320594b authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms Committed by Elmar Ludwig
Browse files

fixes #2835

Closes #2835

Merge request studip/studip!1919
parent cb971307
No related branches found
No related tags found
No related merge requests found
...@@ -51,9 +51,6 @@ if (Request::int('disable_plugins') !== null && ($GLOBALS['user']->id === 'nobod ...@@ -51,9 +51,6 @@ if (Request::int('disable_plugins') !== null && ($GLOBALS['user']->id === 'nobod
} }
PluginEngine::loadPlugins(); PluginEngine::loadPlugins();
//basename() needs setlocale()
init_i18n($_SESSION['_language']);
// Set Base URL, otherwise links will fail on SENDFILE_LINK_MODE = rewrite // Set Base URL, otherwise links will fail on SENDFILE_LINK_MODE = rewrite
URLHelper::setBaseURL($GLOBALS['ABSOLUTE_URI_STUDIP']); URLHelper::setBaseURL($GLOBALS['ABSOLUTE_URI_STUDIP']);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment