Remove not needed hook call
This commit is contained in:
parent
ca3edb866a
commit
85fceaa16e
1 changed files with 0 additions and 4 deletions
|
@ -659,10 +659,6 @@ class Conversation
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
/// @todo Check if this call is needed or not
|
|
||||||
$arr = ['item' => $item];
|
|
||||||
Hook::callAll('display_item', $arr);
|
|
||||||
|
|
||||||
$item['pagedrop'] = $pagedrop;
|
$item['pagedrop'] = $pagedrop;
|
||||||
|
|
||||||
if ($item['gravity'] == ItemModel::GRAVITY_PARENT) {
|
if ($item['gravity'] == ItemModel::GRAVITY_PARENT) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue