From d7c20418726e13ff80b0b4f722835426acd2dcd8 Mon Sep 17 00:00:00 2001 From: Klaus Leithoff Date: Fri, 28 Aug 2009 11:16:57 +0000 Subject: [PATCH] making do_notification public again, as it is used for addressbook_contactform --- etemplate/inc/class.bo_tracking.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etemplate/inc/class.bo_tracking.inc.php b/etemplate/inc/class.bo_tracking.inc.php index 574e9608b6..a92e9c8be8 100644 --- a/etemplate/inc/class.bo_tracking.inc.php +++ b/etemplate/inc/class.bo_tracking.inc.php @@ -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();