diff --git a/module/screen/control.php b/module/screen/control.php index 34d9280508..e479a6cc09 100644 --- a/module/screen/control.php +++ b/module/screen/control.php @@ -107,6 +107,7 @@ class screen extends control $this->loadModel('execution'); $this->view->executions = $this->screen->getBurnData(); $this->view->date = date('Y-m-d H:i:s'); + $this->view->screen = $screen; $this->display('screen', 'burn'); return; }