Skip to content

Commit 90b88d3

Browse files
author
Marius Burkard
committed
Apply 1 suggestion(s) to 1 file(s)
1 parent ed1a4e4 commit 90b88d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

interface/lib/app.inc.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@ public function initialize_session() {
132132

133133
//* Initialize session variables
134134
if(!isset($_SESSION['s']['id']) ) $_SESSION['s']['id'] = session_id();
135-
if(empty($_SESSION['s']['theme'])) $_SESSION['s']['theme'] = $conf['theme'];
136-
if(empty($_SESSION['s']['language'])) $_SESSION['s']['language'] = $conf['language'];
135+
if(empty($_SESSION['s']['theme'])) $_SESSION['s']['theme'] = $this->_conf['theme'];
136+
if(empty($_SESSION['s']['language'])) $_SESSION['s']['language'] = $this->_conf['language'];
137137
}
138138

139139
}

0 commit comments

Comments
 (0)