Skip to content
Snippets Groups Projects
Commit 91ea8545 authored by Marius Burkard's avatar Marius Burkard
Browse files

Merge branch 'teuto/6084-global-conf-variable' into 'develop'

fixes #6084

Closes #6084

See merge request ispconfig/ispconfig3!1425
parents 52adda3f e9a9ad0f
No related branches found
No related tags found
No related merge requests found
......@@ -130,8 +130,8 @@ class app {
//* Initialize session variables
if(!isset($_SESSION['s']['id']) ) $_SESSION['s']['id'] = session_id();
if(empty($_SESSION['s']['theme'])) $_SESSION['s']['theme'] = $conf['theme'];
if(empty($_SESSION['s']['language'])) $_SESSION['s']['language'] = $conf['language'];
if(empty($_SESSION['s']['theme'])) $_SESSION['s']['theme'] = $this->_conf['theme'];
if(empty($_SESSION['s']['language'])) $_SESSION['s']['language'] = $this->_conf['language'];
}
}
......
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