Merge remote-tracking branch 'mike/master' into dev

This commit is contained in:
Mario Vavti 2019-01-21 12:04:01 +01:00
commit ea14398929

View File

@ -1497,7 +1497,7 @@ class Libzot {
intval($channel['channel_id']) intval($channel['channel_id'])
); );
if ($parent) { if ($parent) {
$allowed = can_comment_on_post($d,$parent[0]); $allowed = can_comment_on_post($sender,$parent[0]);
} }
} }
if($request) { if($request) {