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'));
}

View File

@@ -219,16 +219,16 @@ $settings = array_merge($first, $second);
<?php endif ?>
<!-- Settings tab -->
</div>
<!-- comments tab -->
<div id="tabs-6">
</div>
<!-- comments tab -->
<div id="tabs_footer" style="max-width: 800px; padding: 10px;">
<?php Comments::renderCommentPanel($report->signature_id) ?>
</div>
</div>
<!-- comments tab -->
</div> <!-- end of tabs panel -->