too much privacy on get_plink() which is left over from Friendica days

This commit is contained in:
friendica 2013-11-10 14:15:57 -08:00
parent 97a109eed4
commit a6f37739c2

View File

@ -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'),