Avoid warnings in addons

This commit is contained in:
Michael 2018-07-08 12:01:36 +00:00
parent 7d6933c898
commit 8a2230bc4c
1 changed files with 1 additions and 0 deletions

View File

@ -721,6 +721,7 @@ function conversation(App $a, $items, $mode, $update, $preview = false, $order =
continue;
}
$arr = ['item' => $item];
Addon::callHooks('display_item', $arr);
$item['pagedrop'] = $page_dropping;