We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c9b8b9 commit e615265Copy full SHA for e615265
1 file changed
interface/lib/classes/session.inc.php
@@ -77,7 +77,7 @@ function write ($session_id, $session_data) {
77
}
78
79
80
- if ($this->session_array['session_id'] == '') {
+ if (@$this->session_array['session_id'] == '') {
81
$session_id = $this->db->quote($session_id);
82
$date_created = date('Y-m-d H:i:s');
83
$last_updated = date('Y-m-d H:i:s');
0 commit comments