diff options
author | Mike Macgirvin <mike@macgirvin.com> | 2010-07-06 23:08:38 -0700 |
---|---|---|
committer | Mike Macgirvin <mike@macgirvin.com> | 2010-07-06 23:08:38 -0700 |
commit | 9cc49f27e6fd713bc41831f19decd1460c244544 (patch) | |
tree | f69ddb98e5780ed323ec19e8fc44ac35d43e13f5 /mod/item.php | |
parent | 1ea69ae275245f65ee0bb8f959744f0896913a0c (diff) | |
download | volse-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.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"); |