diff options
Diffstat (limited to 'include/items.php')
-rw-r--r-- | include/items.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/items.php b/include/items.php index dead47709..9becb9ffb 100644 --- a/include/items.php +++ b/include/items.php @@ -2094,6 +2094,8 @@ function local_delivery($importer,$data) { if((! $is_like) && (! $importer['self'])) { + require_once('include/enotify.php'); + notification(array( 'type' => NOTIFY_COMMENT, 'notify_flags' => $importer['notify-flags'], @@ -2208,6 +2210,8 @@ function local_delivery($importer,$data) { if(! link_compare($conv['author-link'],$importer_url)) continue; + require_once('include/enotify.php'); + notification(array( 'type' => NOTIFY_COMMENT, 'notify_flags' => $importer['notify-flags'], |