Update Admin\Reports page

This commit is contained in:
Visman 2021-02-13 12:58:54 +07:00
parent 02b60f6e81
commit 78a86f8c29

View file

@ -149,7 +149,7 @@ class Reports extends Admin
$this->c->Lang->load('admin_reports');
$report = $this->c->reports->load((int) $args['id']);
$report = $this->c->reports->load($args['id']);
if ($report instanceof Report) {
$report->marker = $this->user;