mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:04:53 +01:00
merged etemplate sitemgr block from trunk for the contactform
This commit is contained in:
parent
af7edc4008
commit
061b3781c5
@ -56,6 +56,6 @@ class sitemgr_module extends Module // the Module class get automatic included b
|
||||
{
|
||||
$ret = ExecMethod('etemplate.etemplate.process_exec');
|
||||
}
|
||||
return $extra.($ret ? $ret : ExecMethod2($this->etemplate_method,null,$arguments['arg1'],$arguments['arg2'],$arguments['arg3']));
|
||||
return $extra.($ret ? $ret : ExecMethod2($this->etemplate_method,null,$arguments['arg1'],$arguments['arg2'],$arguments['arg3'],$arguments['arg4'],$arguments['arg5'],$arguments['arg6']));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user