1
1
Fork 0

minor stuff, getting ready for notify

This commit is contained in:
Mike Macgirvin 2010-07-06 23:08:38 -07:00
commit 9cc49f27e6
4 changed files with 279 additions and 0 deletions

View file

@ -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");