forked from extern/egroupware
contact_replacements() is called from outside the class and extended class (felamimail) and therefore it should be public
This commit is contained in:
parent
d990609083
commit
ce3ee8e556
@ -110,7 +110,7 @@ abstract class bo_merge
|
||||
* @param string $prefix='' prefix like eg. 'user'
|
||||
* @return array
|
||||
*/
|
||||
protected function contact_replacements($contact,$prefix='')
|
||||
public function contact_replacements($contact,$prefix='')
|
||||
{
|
||||
if (!is_array($contact))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user