From 69a7e238a4da3ac92f0b62aa2aba6ce3b530a943 Mon Sep 17 00:00:00 2001 From: Tim Almdal Date: Mon, 2 Feb 2009 03:09:17 +0000 Subject: 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. --- modules/notification/helpers/notification_event.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/notification/helpers/notification_event.php') 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) { -- cgit v1.2.3