mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 01:18:42 +01:00
added a 7th paramter to use in sitemgr modules
This commit is contained in:
parent
2dc68b1c8d
commit
0c7521cecf
@ -56,6 +56,6 @@ class sitemgr_module extends Module // the Module class get automatic included b
|
|||||||
{
|
{
|
||||||
$ret = ExecMethod('etemplate.etemplate.process_exec');
|
$ret = ExecMethod('etemplate.etemplate.process_exec');
|
||||||
}
|
}
|
||||||
return $extra.($ret ? $ret : ExecMethod2($this->etemplate_method,null,$arguments['arg1'],$arguments['arg2'],$arguments['arg3'],$arguments['arg4'],$arguments['arg5'],$arguments['arg6']));
|
return $extra.($ret ? $ret : ExecMethod2($this->etemplate_method,null,$arguments['arg1'],$arguments['arg2'],$arguments['arg3'],$arguments['arg4'],$arguments['arg5'],$arguments['arg6'],$arguments['arg7']));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user