aboutsummaryrefslogtreecommitdiffstats
path: root/mod/item.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-04-26 04:39:27 -0700
committerFriendika <info@friendika.com>2011-04-26 04:39:27 -0700
commit245a56f0c1c7db884d0bbd4265f6f74a20442748 (patch)
treeea5e62d6c635e24695975561addd6974410b22ac /mod/item.php
parent5bcd08f482584a865ba0b32f8c0efee21b836f31 (diff)
downloadvolse-hubzilla-245a56f0c1c7db884d0bbd4265f6f74a20442748.tar.gz
volse-hubzilla-245a56f0c1c7db884d0bbd4265f6f74a20442748.tar.bz2
volse-hubzilla-245a56f0c1c7db884d0bbd4265f6f74a20442748.zip
lots of facebook fixes
Diffstat (limited to 'mod/item.php')
-rw-r--r--mod/item.php3
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);