From f7255ea33c17d52e6948e41e383c6bcb46d0a458 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Gordo=20Romero?= Date: Tue, 4 Dec 2007 05:12:20 +0000 Subject: [PATCH] Fix sender in bo_tracking (was using this->user not ->get_sender) --- 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 b6c7f23ad7..732f91475b 100644 --- a/etemplate/inc/class.bo_tracking.inc.php +++ b/etemplate/inc/class.bo_tracking.inc.php @@ -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($this->user); + $notification->set_sender($sender); $notification->set_subject($subject); // does not work atm //$notification->set_links(array($this->get_notification_link($data,$old)));