From 9f77ca61f8f71c1b2c25c5c366cc5f604544ff84 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Tue, 10 Feb 2009 03:22:42 +0000 Subject: Indentation fix. --- modules/notification/helpers/notification_event.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/notification/helpers') diff --git a/modules/notification/helpers/notification_event.php b/modules/notification/helpers/notification_event.php index 66aa52c8..3fccdfbe 100644 --- a/modules/notification/helpers/notification_event.php +++ b/modules/notification/helpers/notification_event.php @@ -23,12 +23,12 @@ class notification_event_Core { } static function item_created($item) { - notification::send_item_add($item); + notification::send_item_add($item); } static function item_before_delete($item) { notification::send_item_deleted($item); - + if (notification::is_watching($item)) { notification::remove_watch($item); } -- cgit v1.2.3