One more php 5.5 related warning fix

This commit is contained in:
Latif Khalifa
2014-04-28 18:55:50 +02:00
parent 0fb8c80b0b
commit 7070dfb5de
2 changed files with 5 additions and 4 deletions

View File

@@ -49,6 +49,7 @@ class Session
$this->validsession = false;
$this->cookie = "singularity_sid";
$this->user = new User;
$this->persist = new stdClass;
register_shutdown_function(array(&$this, 'shutdown'));
}