diff options
Diffstat (limited to 'mod/item.php')
-rw-r--r-- | mod/item.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mod/item.php b/mod/item.php index f667d4fc4..1c1fd5029 100644 --- a/mod/item.php +++ b/mod/item.php @@ -57,6 +57,12 @@ function item_post(&$a) { intval($parent), intval($post_id)); } + + require('notifier.php'); + + + notifier(&$a,$post_id,$parent); + } goaway($a->get_baseurl() . "/profile/$profile_uid"); |