lots of facebook fixes
This commit is contained in:
parent
5bcd08f482
commit
245a56f0c1
6 changed files with 156 additions and 23 deletions
|
@ -538,7 +538,8 @@ function item_post(&$a) {
|
|||
|
||||
proc_run('php', "include/notifier.php", $notify_type, "$post_id");
|
||||
|
||||
$datarray['id'] = $post_id;
|
||||
$datarray['id'] = $post_id;
|
||||
$datarray['plink'] = $a->get_baseurl() . '/display/' . $user['nickname'] . '/' . $post_id;
|
||||
|
||||
call_hooks('post_local_end', $datarray);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue