Fix notify_current_user action in send_notifications (set by pref in botracker)

This commit is contained in:
José Luis Gordo Romero 2007-11-25 08:14:50 +00:00
parent 007c46e729
commit 3d9111ff69

View File

@ -345,7 +345,7 @@ class bo_tracking
{
return false; // only notification about changed assignment requested
}
if($this->user == $user_or_lang)
if($this->user == $user_or_lang && !$this->notify_current_user)
{
return false; // no popup for own actions
}