Reverting the not working (sorry) fix till notifications gets updated to recieve non-accounts in the sender

This commit is contained in:
José Luis Gordo Romero 2007-12-04 17:35:17 +00:00
parent 4fa672d346
commit e74c6debaa

View File

@ -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();
}
}
}