forked from extern/egroupware
applied signature change of get_replacements method also to new infolog_merge
This commit is contained in:
parent
407f7c9440
commit
02966ff811
@ -44,10 +44,9 @@ class infolog_merge extends bo_merge
|
||||
*
|
||||
* @param int $id id of entry
|
||||
* @param string &$content=null content to create some replacements only if they are use
|
||||
* @param array $eroles=null element roles with keys app, app_id and erole_id
|
||||
* @return array|boolean
|
||||
*/
|
||||
protected function get_replacements($id,&$content=null,$eroles=null)
|
||||
protected function get_replacements($id,&$content=null)
|
||||
{
|
||||
if (!($replacements = $this->infolog_replacements($id)))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user