forked from extern/egroupware
Reverting the not working (sorry) fix till notifications gets updated to recieve non-accounts in the sender
This commit is contained in:
parent
4fa672d346
commit
e74c6debaa
@ -384,7 +384,7 @@ class bo_tracking
|
||||
$notification = new notification();
|
||||
$notification->set_receivers(array($user_or_lang));
|
||||
$notification->set_message($this->get_body($html_email,$data,$old));
|
||||
$notification->set_sender($sender);
|
||||
$notification->set_sender($this->user);
|
||||
$notification->set_subject($subject);
|
||||
// does not work atm
|
||||
//$notification->set_links(array($this->get_notification_link($data,$old)));
|
||||
@ -750,4 +750,4 @@ class bo_tracking
|
||||
{
|
||||
return array();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user