From: Michael Rasmussen Date: Thu, 4 Jun 2015 18:54:35 +0000 (+0200) Subject: Fix bug in session handler X-Git-Url: http://git.datanom.net/qtadmin.git/commitdiff_plain/cd212b173cc6e780f2c0b8be756f529e04d8731b?ds=inline Fix bug in session handler --- diff --git a/lib/utils.inc.php b/lib/utils.inc.php index 0bae909..dc6625a 100644 --- a/lib/utils.inc.php +++ b/lib/utils.inc.php @@ -178,7 +178,7 @@ class Utils { global $CFG; $loggedIn = false; - echo '$this->user: '.$this->user.' $_SESSION['user']: '.$_SESSION['user']; + echo '$this->user: '.$this->user.' $_SESSION[\'user\']: '.$_SESSION['user']; if ($this->user) { $loggedIn = true; } else if (isset($_SESSION['user'])) {