From 4574ffe64457929758bf1f23f4c02e27ce23b199 Mon Sep 17 00:00:00 2001 From: qiyu-xie Date: Mon, 22 Mar 2021 15:50:54 +0800 Subject: [PATCH] * Fix bug. --- module/repo/control.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/repo/control.php b/module/repo/control.php index c291621f40..9610460e4f 100644 --- a/module/repo/control.php +++ b/module/repo/control.php @@ -51,7 +51,7 @@ class repo extends control } else if($openApp == 'execution') { - $this->execution->setMenu($objectID); + $this->loadModel('execution')->setMenu($objectID); } else {