diff --git a/etemplate/inc/class.soetemplate.inc.php b/etemplate/inc/class.soetemplate.inc.php index bd66fe1576..0f2c58a9e7 100644 --- a/etemplate/inc/class.soetemplate.inc.php +++ b/etemplate/inc/class.soetemplate.inc.php @@ -613,7 +613,7 @@ class soetemplate /** * 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();