diff options
author | Mario Vavti <mario@mariovavti.com> | 2019-01-21 12:04:01 +0100 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2019-01-21 12:04:01 +0100 |
commit | ea14398929386f96d49326b4d3b2cdffee440265 (patch) | |
tree | 17d9448aad5c8aef6b457f01f9360ae42bc4a49f | |
parent | d355e57fa63fd57867016a276450e7799ccabf65 (diff) | |
parent | 1b5dd8bbd7a751cf84f65403197d0dae5be4a8a0 (diff) | |
download | volse-hubzilla-ea14398929386f96d49326b4d3b2cdffee440265.tar.gz volse-hubzilla-ea14398929386f96d49326b4d3b2cdffee440265.tar.bz2 volse-hubzilla-ea14398929386f96d49326b4d3b2cdffee440265.zip |
Merge remote-tracking branch 'mike/master' into dev
-rw-r--r-- | Zotlabs/Lib/Libzot.php | 2 |
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) { |