mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 09:53:20 +01:00
email for the contactform
This commit is contained in:
parent
381d421466
commit
e5dd7f8122
@ -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