Update Admin\Reports page
This commit is contained in:
parent
02b60f6e81
commit
78a86f8c29
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue