aboutsummaryrefslogtreecommitdiffstats
path: root/mod/item.php
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-07-06 23:08:38 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-07-06 23:08:38 -0700
commit9cc49f27e6fd713bc41831f19decd1460c244544 (patch)
treef69ddb98e5780ed323ec19e8fc44ac35d43e13f5 /mod/item.php
parent1ea69ae275245f65ee0bb8f959744f0896913a0c (diff)
downloadvolse-hubzilla-9cc49f27e6fd713bc41831f19decd1460c244544.tar.gz
volse-hubzilla-9cc49f27e6fd713bc41831f19decd1460c244544.tar.bz2
volse-hubzilla-9cc49f27e6fd713bc41831f19decd1460c244544.zip
minor stuff, getting ready for notify
Diffstat (limited to 'mod/item.php')
-rw-r--r--mod/item.php6
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");