aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-11-25 14:54:14 -0800
committerfriendica <info@friendica.com>2013-11-25 14:54:14 -0800
commitfe9162395ae703adf91f7ac32833211ca60ac216 (patch)
tree7071731776564bdc034cf731082c1e2b871b3879 /mod
parentcbe096dd90292613e21725c8468eaf77f934d079 (diff)
downloadvolse-hubzilla-fe9162395ae703adf91f7ac32833211ca60ac216.tar.gz
volse-hubzilla-fe9162395ae703adf91f7ac32833211ca60ac216.tar.bz2
volse-hubzilla-fe9162395ae703adf91f7ac32833211ca60ac216.zip
sort out the preview icons
Diffstat (limited to 'mod')
-rw-r--r--mod/item.php2
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);