mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-05 13:39:23 +01:00
making do_notification public again, as it is used for addressbook_contactform
This commit is contained in:
parent
a8fa4383e5
commit
d7c2041872
@ -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
|
* @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)
|
* @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();
|
$this->errors = $email_sent = array();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user