applied signature change of get_replacements method also to new infolog_merge

This commit is contained in:
Christian Binder 2011-01-27 17:39:32 +00:00
parent 407f7c9440
commit 02966ff811

View File

@ -44,10 +44,9 @@ class infolog_merge extends bo_merge
* *
* @param int $id id of entry * @param int $id id of entry
* @param string &$content=null content to create some replacements only if they are use * @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 * @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))) if (!($replacements = $this->infolog_replacements($id)))
{ {