One more php 5.5 related warning fix
This commit is contained in:
@@ -49,6 +49,7 @@ class Session
|
|||||||
$this->validsession = false;
|
$this->validsession = false;
|
||||||
$this->cookie = "singularity_sid";
|
$this->cookie = "singularity_sid";
|
||||||
$this->user = new User;
|
$this->user = new User;
|
||||||
|
$this->persist = new stdClass;
|
||||||
register_shutdown_function(array(&$this, 'shutdown'));
|
register_shutdown_function(array(&$this, 'shutdown'));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -219,16 +219,16 @@ $settings = array_merge($first, $second);
|
|||||||
|
|
||||||
<?php endif ?>
|
<?php endif ?>
|
||||||
<!-- Settings tab -->
|
<!-- Settings tab -->
|
||||||
|
</div>
|
||||||
|
|
||||||
<!-- comments tab -->
|
<!-- comments tab -->
|
||||||
<div id="tabs-6">
|
<div id="tabs-6">
|
||||||
</div>
|
|
||||||
<!-- comments tab -->
|
|
||||||
|
|
||||||
<div id="tabs_footer" style="max-width: 800px; padding: 10px;">
|
<div id="tabs_footer" style="max-width: 800px; padding: 10px;">
|
||||||
<?php Comments::renderCommentPanel($report->signature_id) ?>
|
<?php Comments::renderCommentPanel($report->signature_id) ?>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
<!-- comments tab -->
|
||||||
|
|
||||||
|
|
||||||
</div> <!-- end of tabs panel -->
|
</div> <!-- end of tabs panel -->
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user