too much privacy on get_plink() which is left over from Friendica days
This commit is contained in:
parent
97a109eed4
commit
a6f37739c2
@ -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'),
|
||||
|
Reference in New Issue
Block a user