From 9cc49f27e6fd713bc41831f19decd1460c244544 Mon Sep 17 00:00:00 2001 From: Mike Macgirvin Date: Tue, 6 Jul 2010 23:08:38 -0700 Subject: minor stuff, getting ready for notify --- mod/item.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'mod/item.php') 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"); -- cgit v1.2.3