diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-02-02 03:09:17 +0000 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-02-02 03:09:17 +0000 |
commit | 69a7e238a4da3ac92f0b62aa2aba6ce3b530a943 (patch) | |
tree | 8e64d2da818f1b0f37ce7e5ebbbf07b80edf8a64 /modules/notification/helpers/notification_event.php | |
parent | 41dbe5cf6cbd9939da1423a5000808814bb5979e (diff) |
As we stagger towards completing the notification module.
Item changes and Item additions email notifications with this change.
Still to come is item deleted, comment added and comment updated.
Diffstat (limited to 'modules/notification/helpers/notification_event.php')
-rw-r--r-- | modules/notification/helpers/notification_event.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/notification/helpers/notification_event.php b/modules/notification/helpers/notification_event.php index 415093a5..e7c7aac1 100644 --- a/modules/notification/helpers/notification_event.php +++ b/modules/notification/helpers/notification_event.php @@ -19,7 +19,7 @@ */ class notification_event_Core { static function item_updated($old, $new) { - notification::send_item_changed($old, $new); + notification::send_item_updated($old, $new); } static function item_created($item) { |