diff options
Diffstat (limited to 'modules/notification/helpers/notification_event.php')
| -rw-r--r-- | modules/notification/helpers/notification_event.php | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/modules/notification/helpers/notification_event.php b/modules/notification/helpers/notification_event.php index df06a2f1..dde328d8 100644 --- a/modules/notification/helpers/notification_event.php +++ b/modules/notification/helpers/notification_event.php @@ -23,9 +23,7 @@ class notification_event_Core {    }    static function item_created($item) { -    if (!batch::in_progress("add")) { -      notification::send_item_add($item); -    } +    notification::send_item_add($item);    }    static function item_before_delete($item) { | 
