mirror of
https://github.com/friendica/friendica
synced 2025-04-26 02:30:11 +00:00
more fixes
This commit is contained in:
parent
08b3126dae
commit
832d9eeaaf
4 changed files with 130 additions and 130 deletions
|
@ -1059,7 +1059,7 @@ function feed_salmonlinks($nick) {
|
|||
if(! function_exists('get_plink')) {
|
||||
function get_plink($item) {
|
||||
$a = get_app();
|
||||
if (x($item,'plink') && (! $item['private'])){
|
||||
if (x($item,'plink') && ((! $item['private']) || ($item['network'] === NETWORK_FEED))){
|
||||
return array(
|
||||
'href' => $item['plink'],
|
||||
'title' => t('link to source'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue