mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 12:21:26 +02:00
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'
|
* @param string $prefix='' prefix like eg. 'user'
|
||||||
* @return array
|
* @return array
|
||||||
*/
|
*/
|
||||||
protected function contact_replacements($contact,$prefix='')
|
public function contact_replacements($contact,$prefix='')
|
||||||
{
|
{
|
||||||
if (!is_array($contact))
|
if (!is_array($contact))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user