aboutsummaryrefslogtreecommitdiffstats
path: root/include/conversation.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2020-10-12 21:01:36 +0000
committerMario <mario@mariovavti.com>2020-10-12 21:01:36 +0000
commit31e030af69bd5e542dff45b299718f6c12b08467 (patch)
treed5261a9f707ae00467cb65ab7236979b71750242 /include/conversation.php
parent375986437ab94d3e25bb829409971adc89d4bdf9 (diff)
downloadvolse-hubzilla-31e030af69bd5e542dff45b299718f6c12b08467.tar.gz
volse-hubzilla-31e030af69bd5e542dff45b299718f6c12b08467.tar.bz2
volse-hubzilla-31e030af69bd5e542dff45b299718f6c12b08467.zip
missing parenthesis
Diffstat (limited to 'include/conversation.php')
-rw-r--r--include/conversation.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/conversation.php b/include/conversation.php
index 0be50ce26..48a72aa21 100644
--- a/include/conversation.php
+++ b/include/conversation.php
@@ -105,7 +105,7 @@ function localize_item(&$item){
if($obj['author'] && $obj['author']['link'])
$author_link = get_rel_link($obj['author']['link'],'alternate');
elseif(is_array($obj['actor']) && $obj['actor']['url'])
- $author_link = ((is_array($obj['actor']['url']) ? $obj['actor']['url'][0]['href'] : $obj['actor']['url']);
+ $author_link = ((is_array($obj['actor']['url'])) ? $obj['actor']['url'][0]['href'] : $obj['actor']['url']);
else
$author_link = '';