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); - +