diff options
author | Friendika <info@friendika.com> | 2011-04-26 04:39:27 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-04-26 04:39:27 -0700 |
commit | 245a56f0c1c7db884d0bbd4265f6f74a20442748 (patch) | |
tree | ea5e62d6c635e24695975561addd6974410b22ac /mod | |
parent | 5bcd08f482584a865ba0b32f8c0efee21b836f31 (diff) | |
download | volse-hubzilla-245a56f0c1c7db884d0bbd4265f6f74a20442748.tar.gz volse-hubzilla-245a56f0c1c7db884d0bbd4265f6f74a20442748.tar.bz2 volse-hubzilla-245a56f0c1c7db884d0bbd4265f6f74a20442748.zip |
lots of facebook fixes
Diffstat (limited to 'mod')
-rw-r--r-- | mod/item.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/item.php b/mod/item.php index e53cfb033..7b561fcca 100644 --- a/mod/item.php +++ b/mod/item.php @@ -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); |