diff options
author | friendica <info@friendica.com> | 2013-11-25 14:54:14 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-11-25 14:54:14 -0800 |
commit | fe9162395ae703adf91f7ac32833211ca60ac216 (patch) | |
tree | 7071731776564bdc034cf731082c1e2b871b3879 /mod/item.php | |
parent | cbe096dd90292613e21725c8468eaf77f934d079 (diff) | |
download | volse-hubzilla-fe9162395ae703adf91f7ac32833211ca60ac216.tar.gz volse-hubzilla-fe9162395ae703adf91f7ac32833211ca60ac216.tar.bz2 volse-hubzilla-fe9162395ae703adf91f7ac32833211ca60ac216.zip |
sort out the preview icons
Diffstat (limited to 'mod/item.php')
-rw-r--r-- | mod/item.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/item.php b/mod/item.php index 1893bb684..f5df854ee 100644 --- a/mod/item.php +++ b/mod/item.php @@ -823,7 +823,7 @@ function item_post(&$a) { } $datarray['id'] = $post_id; - $datarray['plink'] = $a->get_baseurl() . '/display/' . $channel['channel_address'] . '/' . $post_id; + $datarray['llink'] = $a->get_baseurl() . '/display/' . $channel['channel_address'] . '/' . $post_id; call_hooks('post_local_end', $datarray); |