Update Reports.php

Load all posts at once
This commit is contained in:
Visman 2020-06-16 15:11:05 +07:00
parent 6ed5a08812
commit 400cec1ef4

View file

@ -50,7 +50,7 @@ class Reports extends Admin
$this->dataFromReports($listOld);
$this->c->users->loadByIds($this->userIds);
//$this->c->posts->loadByIds($this->postIds);
$this->c->posts->loadByIds($this->postIds);
$this->nameTpl = 'admin/reports';
$this->aIndex = 'reports';