diff options
author | Friendika <info@friendika.com> | 2011-04-26 04:40:34 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-04-26 04:40:34 -0700 |
commit | 7bf85eadb2cabedf955046722d1ff45e0f160421 (patch) | |
tree | 155010109cd753c7498c62881feae7d3afdd5d1f /mod | |
parent | 1ec8fd416bae3071b6a9c33bc18d7f9ded34320f (diff) | |
parent | 245a56f0c1c7db884d0bbd4265f6f74a20442748 (diff) | |
download | volse-hubzilla-7bf85eadb2cabedf955046722d1ff45e0f160421.tar.gz volse-hubzilla-7bf85eadb2cabedf955046722d1ff45e0f160421.tar.bz2 volse-hubzilla-7bf85eadb2cabedf955046722d1ff45e0f160421.zip |
Merge branch 'fb'
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); |