diff --git a/etemplate/inc/class.etemplate.inc.php b/etemplate/inc/class.etemplate.inc.php index ca6395a6b3..440668e26c 100644 --- a/etemplate/inc/class.etemplate.inc.php +++ b/etemplate/inc/class.etemplate.inc.php @@ -1908,7 +1908,7 @@ class etemplate extends boetemplate * @param string $type type of request * @return int number of validation errors (the adjusted content is returned by the var-param &$content !) */ - private function process_show(&$content,$to_process,$cname='', $type = 'regular') + function process_show(&$content,$to_process,$cname='', $type = 'regular') { if (!isset($content) || !is_array($content) || !is_array($to_process)) {