contact_replacements() is called from outside the class and extended class (felamimail) and therefore it should be public

This commit is contained in:
Christian Binder 2009-08-26 20:50:14 +00:00
parent d990609083
commit ce3ee8e556

View File

@ -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))
{