From 9e49daa8ac2b2e3e860d1fc0cdb2bc439db41c2e Mon Sep 17 00:00:00 2001 From: liumengyi Date: Tue, 3 Sep 2024 16:13:11 +0800 Subject: [PATCH] + [bug#54351,done,0.3h] assign screen for screen::burn. --- module/screen/control.php | 1 + 1 file changed, 1 insertion(+) 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; }