Better support for clockwork logs

This commit is contained in:
Matias Griese
2019-08-14 20:36:33 +03:00
parent 0e3661b45d
commit d0abf2eb66
5 changed files with 7 additions and 6 deletions

View File

@@ -460,7 +460,7 @@ class AdminPlugin extends Plugin
// Display RAW error message.
$response = new Response(200, [], $this->admin->logEntry());
$this->grav->exit($response);
$this->grav->close($response);
}
$self = $this;