aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Display.php
diff options
context:
space:
mode:
authorMax Kostikov <max@kostikov.co>2019-11-25 22:20:49 +0100
committerMax Kostikov <max@kostikov.co>2019-11-25 22:20:49 +0100
commit78197aa6258891a11bc9784a19b21541d94954be (patch)
treed438d0d15f23c44d213857c07521a2d9cfcc5b7a /Zotlabs/Module/Display.php
parent9e4ff8ce2584724fe5b54ed284d70d019625e7fa (diff)
parentfcb065bcb2f8e61d1d9e804f8f251967732ee037 (diff)
downloadvolse-hubzilla-78197aa6258891a11bc9784a19b21541d94954be.tar.gz
volse-hubzilla-78197aa6258891a11bc9784a19b21541d94954be.tar.bz2
volse-hubzilla-78197aa6258891a11bc9784a19b21541d94954be.zip
Merge branch 'dev' into 'dev'
Dev sync See merge request kostikov/core!6
Diffstat (limited to 'Zotlabs/Module/Display.php')
-rw-r--r--Zotlabs/Module/Display.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/Zotlabs/Module/Display.php b/Zotlabs/Module/Display.php
index 5983578b3..cf38aba1a 100644
--- a/Zotlabs/Module/Display.php
+++ b/Zotlabs/Module/Display.php
@@ -200,7 +200,8 @@ class Display extends \Zotlabs\Web\Controller {
// if the target item is not a post (eg a like) we want to address its thread parent
- $mid = ((($target_item['verb'] == ACTIVITY_LIKE) || ($target_item['verb'] == ACTIVITY_DISLIKE)) ? $target_item['thr_parent'] : $target_item['mid']);
+ //$mid = ((($target_item['verb'] == ACTIVITY_LIKE) || ($target_item['verb'] == ACTIVITY_DISLIKE)) ? $target_item['thr_parent'] : $target_item['mid']);
+ $mid = $target_item['mid'];
// if we got a decoded hash we must encode it again before handing to javascript
if($decoded)