Update Reports.php
Load all posts at once
This commit is contained in:
parent
6ed5a08812
commit
400cec1ef4
1 changed files with 1 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Reference in a new issue