mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
admin: fix chandlerlogs
This commit is contained in:
parent
3707ae0772
commit
8786bd36fb
1 changed files with 2 additions and 1 deletions
|
@ -688,7 +688,8 @@ final class AdminPresenter extends OpenVKPresenter
|
||||||
$this->template->obj_type = $obj_type;
|
$this->template->obj_type = $obj_type;
|
||||||
}
|
}
|
||||||
|
|
||||||
$this->template->logs = (new Logs)->search($filter);
|
$logs = iterator_to_array((new Logs)->search($filter));
|
||||||
|
$this->template->logs = $logs;
|
||||||
$this->template->object_types = (new Logs)->getTypes();
|
$this->template->object_types = (new Logs)->getTypes();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue