comment permission fix
This commit is contained in:
parent
52305ca91b
commit
1b5dd8bbd7
@ -1496,7 +1496,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) {
|
||||
|
Reference in New Issue
Block a user