mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
"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:
parent
c04c124456
commit
38aa29a852
@ -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))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user