lots of facebook fixes

This commit is contained in:
Friendika 2011-04-26 04:39:27 -07:00
commit 245a56f0c1
6 changed files with 156 additions and 23 deletions

View file

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