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

fixes #2835

Closes #2835

Merge request studip/studip!1919
parent e7def943
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.
Finish editing this message first!
Please register or to comment