diff options
author | friendica <info@friendica.com> | 2014-01-09 16:23:58 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-01-09 16:23:58 -0800 |
commit | a78d9b973d6391e3a15f8a3ff2fe586a4bffe08c (patch) | |
tree | e5367a6951861eb88887c183e97ff0f3c1ba939a /include/conversation.php | |
parent | db8ebc9f375478bddc0f48d972e3acfbde80685a (diff) | |
download | volse-hubzilla-a78d9b973d6391e3a15f8a3ff2fe586a4bffe08c.tar.gz volse-hubzilla-a78d9b973d6391e3a15f8a3ff2fe586a4bffe08c.tar.bz2 volse-hubzilla-a78d9b973d6391e3a15f8a3ff2fe586a4bffe08c.zip |
simplify permalink selection logic
Diffstat (limited to 'include/conversation.php')
-rw-r--r-- | include/conversation.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/conversation.php b/include/conversation.php index 62db34974..5977b65e8 100644 --- a/include/conversation.php +++ b/include/conversation.php @@ -692,7 +692,7 @@ function conversation(&$a, $items, $mode, $update, $page_mode = 'traditional', $ 'owner_name' => $owner_name, 'owner_url' => $owner_url, 'owner_photo' => $owner_photo, - 'plink' => get_plink($item,$mode), + 'plink' => get_plink($item,false), 'edpost' => false, 'isstarred' => $isstarred, 'star' => $star, |