minor stuff, getting ready for notify
This commit is contained in:
parent
1ea69ae275
commit
9cc49f27e6
4 changed files with 279 additions and 0 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue