diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-02-10 03:22:42 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-02-10 03:22:42 +0000 |
commit | 9f77ca61f8f71c1b2c25c5c366cc5f604544ff84 (patch) | |
tree | bfbe9c67dc8d099570a9a17002ec95ce7fda7ce4 /modules/notification | |
parent | c2eee4746533af10779934f705138fe9bb567550 (diff) |
Indentation fix.
Diffstat (limited to 'modules/notification')
-rw-r--r-- | modules/notification/helpers/notification_event.php | 4 |
1 files changed, 2 insertions, 2 deletions
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); } |