mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-02 11:29:23 +01:00
some more php5 and html static fixes
This commit is contained in:
parent
6e9829faf6
commit
694dbc443b
@ -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();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user