Skip to content

Commit ed1a4e4

Browse files
Timo Boldtteuto.net Netzdienste GmbH
authored andcommitted
fixes #6084
1 parent 07dcf84 commit ed1a4e4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

interface/lib/app.inc.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ public function __destruct() {
8686
}
8787

8888
public function initialize_session() {
89+
global $conf;
90+
8991
//* Start the session
9092
if($this->_conf['start_session'] == true) {
9193
session_name('ISPCSESS');

0 commit comments

Comments
 (0)