From 832d9eeaaf7c439f3f8802d35e0e4a40509bddf5 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 12 Jun 2012 16:17:34 -0700 Subject: more fixes --- 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 f408e0df6..8948bf8c4 100644 --- a/include/text.php +++ b/include/text.php @@ -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'), -- cgit v1.2.3