aboutsummaryrefslogtreecommitdiffstats
path: root/include/text.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-01-09 14:11:05 -0800
committerfriendica <info@friendica.com>2014-01-09 14:11:05 -0800
commitfe7aa9926bd378c667e2434a49131b6c90cb9d72 (patch)
tree1fcd83668739db949269b54d614ffcab4ff45d7c /include/text.php
parentca570f97e00bd3b6356e15266b0595c7379058b1 (diff)
parentbf31ec04cfceebc2657a8a573580cff036db5bef (diff)
downloadvolse-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-xinclude/text.php2
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';