fix can_comment_on_post() after recent code cleanup (a required array parameter was missing)

This commit is contained in:
zotlabs 2017-11-04 18:34:38 -07:00
parent 65bc146afa
commit 0e1c628066

View File

@ -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