aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-09-07 11:35:24 +0200
committerMario Vavti <mario@mariovavti.com>2017-09-07 11:35:24 +0200
commit4190a40de8c3cf0c08c2b4e559231e72c1faa1cd (patch)
tree36a4c96235e7960c0a2e8b41636ebca01df433cd /Zotlabs
parent6143f490426144fc15cf35c0faa936f487e6c046 (diff)
downloadvolse-hubzilla-4190a40de8c3cf0c08c2b4e559231e72c1faa1cd.tar.gz
volse-hubzilla-4190a40de8c3cf0c08c2b4e559231e72c1faa1cd.tar.bz2
volse-hubzilla-4190a40de8c3cf0c08c2b4e559231e72c1faa1cd.zip
typo
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Module/Display.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Display.php b/Zotlabs/Module/Display.php
index 3ac0a628d..bc597364f 100644
--- a/Zotlabs/Module/Display.php
+++ b/Zotlabs/Module/Display.php
@@ -134,7 +134,7 @@ class Display extends \Zotlabs\Web\Controller {
$static = ((local_channel()) ? channel_manual_conv_update(local_channel()) : 1);
- //if the target item is not a post (eg a like) want to address its thread parent
+ //if the target item is not a post (eg a like) we want to address its thread parent
$mid = (($target_item['verb'] == ACTIVITY_POST) ? $item_hash : $target_item['thr_parent']);
//if we got a decoded hash we must encode it again before handing to javascript