From a6f37739c2af958c126eebb7bca1347679808765 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 10 Nov 2013 14:15:57 -0800 Subject: too much privacy on get_plink() which is left over from Friendica days --- include/text.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/text.php b/include/text.php index 985262fe8..fc70e3509 100755 --- a/include/text.php +++ b/include/text.php @@ -1346,7 +1346,7 @@ function get_plink($item,$mode) { else $key = 'llink'; - if (x($item,$key) && ($item['item_private'] != 1)) { + if(x($item,$key)) { return array( 'href' => zid($item[$key]), 'title' => t('link to source'), -- cgit v1.2.3