diff options
author | friendica <info@friendica.com> | 2014-01-09 14:11:05 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-01-09 14:11:05 -0800 |
commit | fe7aa9926bd378c667e2434a49131b6c90cb9d72 (patch) | |
tree | 1fcd83668739db949269b54d614ffcab4ff45d7c /include/text.php | |
parent | ca570f97e00bd3b6356e15266b0595c7379058b1 (diff) | |
parent | bf31ec04cfceebc2657a8a573580cff036db5bef (diff) | |
download | volse-hubzilla-fe7aa9926bd378c667e2434a49131b6c90cb9d72.tar.gz volse-hubzilla-fe7aa9926bd378c667e2434a49131b6c90cb9d72.tar.bz2 volse-hubzilla-fe7aa9926bd378c667e2434a49131b6c90cb9d72.zip |
Merge https://github.com/friendica/red into zpull
Diffstat (limited to 'include/text.php')
-rwxr-xr-x | include/text.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/text.php b/include/text.php index 8b71fbddf..b47f0518a 100755 --- a/include/text.php +++ b/include/text.php @@ -1391,7 +1391,7 @@ function feed_salmonlinks($nick) { function get_plink($item,$mode) { $a = get_app(); - if($mode == 'display') + if(($mode == 'display') || ($mode == 'channel') || ($mode == 'network')) $key = 'plink'; else $key = 'llink'; |