more fixes

This commit is contained in:
friendica 2012-06-12 16:17:34 -07:00
parent 08b3126dae
commit 832d9eeaaf
4 changed files with 130 additions and 130 deletions

View file

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