mirror of
https://github.com/openvk/openvk
synced 2025-03-14 13:35:33 +03:00
Merge branch 'logs' into feature-reports
This commit is contained in:
commit
b029ce4c11
1 changed files with 1 additions and 1 deletions
|
@ -602,7 +602,7 @@ final class AdminPresenter extends OpenVKPresenter
|
|||
$this->template->obj_id = $obj_id;
|
||||
}
|
||||
if ($this->queryParam("obj_type") !== NULL && $this->queryParam("obj_type") !== "any") {
|
||||
$obj_type = CHANDLER_ROOT_CONF["preferences"]["logs"]["entitiesNamespace"] . $this->queryParam("obj_type");
|
||||
$obj_type = "openvk\\Web\\Models\\Entities\\" . $this->queryParam("obj_type");
|
||||
$filter["object_model"] = $obj_type;
|
||||
$this->template->obj_type = $obj_type;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue