mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-22 05:12:25 +01:00
Fix notify_current_user action in send_notifications (set by pref in botracker)
This commit is contained in:
parent
007c46e729
commit
3d9111ff69
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user