From e59bbc143ddf4c2e5004e7f0c5626589f166efe6 Mon Sep 17 00:00:00 2001 From: dingguodong Date: Tue, 29 Aug 2023 14:47:41 +0800 Subject: [PATCH] * Rename saveState to checkAccess to fix undefined function. --- module/execution/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/execution/control.php b/module/execution/control.php index c17c9727d9..90047a5e37 100644 --- a/module/execution/control.php +++ b/module/execution/control.php @@ -3708,7 +3708,7 @@ class execution extends control if($this->app->viewType == 'mhtml') { - $executionID = $this->execution->saveState(0, $this->executions); + $executionID = $this->execution->checkAccess(0, $this->executions); $this->execution->setMenu($executionID); }