From 7070dfb5def4f9bf2fd32c1dc95c70d9ccc05c6b Mon Sep 17 00:00:00 2001 From: Latif Khalifa Date: Mon, 28 Apr 2014 18:55:50 +0200 Subject: [PATCH] One more php 5.5 related warning fix --- htdocs/lib/Session.php | 1 + htdocs/report_detail.php | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/htdocs/lib/Session.php b/htdocs/lib/Session.php index 6deef4e..56ca5b8 100644 --- a/htdocs/lib/Session.php +++ b/htdocs/lib/Session.php @@ -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')); } diff --git a/htdocs/report_detail.php b/htdocs/report_detail.php index 8ec034f..3df25ed 100644 --- a/htdocs/report_detail.php +++ b/htdocs/report_detail.php @@ -219,16 +219,16 @@ $settings = array_merge($first, $second); - +
-
- - + + +