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

Apply 1 suggestion(s) to 1 file(s)

parent ed1a4e4e
No related branches found
No related tags found
No related merge requests found
......@@ -132,8 +132,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