aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Libzot.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2019-01-21 12:04:01 +0100
committerMario Vavti <mario@mariovavti.com>2019-01-21 12:04:01 +0100
commitea14398929386f96d49326b4d3b2cdffee440265 (patch)
tree17d9448aad5c8aef6b457f01f9360ae42bc4a49f /Zotlabs/Lib/Libzot.php
parentd355e57fa63fd57867016a276450e7799ccabf65 (diff)
parent1b5dd8bbd7a751cf84f65403197d0dae5be4a8a0 (diff)
downloadvolse-hubzilla-ea14398929386f96d49326b4d3b2cdffee440265.tar.gz
volse-hubzilla-ea14398929386f96d49326b4d3b2cdffee440265.tar.bz2
volse-hubzilla-ea14398929386f96d49326b4d3b2cdffee440265.zip
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'Zotlabs/Lib/Libzot.php')
-rw-r--r--Zotlabs/Lib/Libzot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/Libzot.php b/Zotlabs/Lib/Libzot.php
index 195591409..a0f6e077a 100644
--- a/Zotlabs/Lib/Libzot.php
+++ b/Zotlabs/Lib/Libzot.php
@@ -1497,7 +1497,7 @@ class Libzot {
intval($channel['channel_id'])
);
if ($parent) {
- $allowed = can_comment_on_post($d,$parent[0]);
+ $allowed = can_comment_on_post($sender,$parent[0]);
}
}
if($request) {