some more php5 and html static fixes

This commit is contained in:
Ralf Becker 2008-03-10 15:54:21 +00:00
parent 6e9829faf6
commit 694dbc443b

View File

@ -613,7 +613,7 @@ class soetemplate
/** /**
* test if we have an old/original template-format and fixes it to the new format * test if we have an old/original template-format and fixes it to the new format
*/ */
private function fix_old_template_format() function fix_old_template_format()
{ {
if (!is_array($this->children)) $this->children = array(); if (!is_array($this->children)) $this->children = array();