diff options
Diffstat (limited to 'include/items.php')
-rwxr-xr-x | include/items.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/items.php b/include/items.php index 3934f6194..5d592c736 100755 --- a/include/items.php +++ b/include/items.php @@ -230,6 +230,7 @@ function can_comment_on_post($observer_xchan, $item) { $x = [ 'observer_hash' => $observer_xchan, 'item' => $item, + 'allowed' => 'unset' ]; /** * @hooks can_comment_on_post |