fix field access

pull/1/head
Jonah Lawrence 3 years ago
parent ce01b025a5
commit 05a2f58b13

@ -26,7 +26,7 @@ class ErrorView
public function output()
{
// import variables into symbol table
extract(["message" => $this->model->lines]);
extract(["message" => $this->model->message]);
// render SVG with output buffering
ob_start();
require_once $this->model->template;

Loading…
Cancel
Save