making do_notification public again, as it is used for addressbook_contactform

This commit is contained in:
Klaus Leithoff 2009-08-28 11:16:57 +00:00
parent a8fa4383e5
commit d7c2041872

View File

@ -359,7 +359,7 @@ abstract class bo_tracking
* @param boolean $deleted=null can be set to true to let the tracking know the item got deleted or undelted
* @return boolean true on success, false on error (error messages are in $this->errors)
*/
protected function do_notifications($data,$old,$deleted=null)
public function do_notifications($data,$old,$deleted=null)
{
$this->errors = $email_sent = array();