mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 20:31:31 +02:00
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 = new notification();
|
||||||
$notification->set_receivers(array($user_or_lang));
|
$notification->set_receivers(array($user_or_lang));
|
||||||
$notification->set_message($this->get_body($html_email,$data,$old));
|
$notification->set_message($this->get_body($html_email,$data,$old));
|
||||||
$notification->set_sender($sender);
|
$notification->set_sender($this->user);
|
||||||
$notification->set_subject($subject);
|
$notification->set_subject($subject);
|
||||||
// does not work atm
|
// does not work atm
|
||||||
//$notification->set_links(array($this->get_notification_link($data,$old)));
|
//$notification->set_links(array($this->get_notification_link($data,$old)));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user