"making process_show public again, as requested by Raphael Alla

(there was no real reason to make it private, beside hiding it from public interfaces, as I thought noone else is using it)"
This commit is contained in:
Ralf Becker 2009-02-16 08:36:56 +00:00
parent c04c124456
commit 38aa29a852

View File

@ -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))
{