From 4610d9ac66a6a3be0abe4cf73076b0aee85bb251 Mon Sep 17 00:00:00 2001 From: Yagami Date: Wed, 9 Nov 2022 11:11:18 +0800 Subject: [PATCH] * Fix bug #75360. --- module/execution/control.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/execution/control.php b/module/execution/control.php index 5d9aaef886..d882e67662 100644 --- a/module/execution/control.php +++ b/module/execution/control.php @@ -739,6 +739,7 @@ class execution extends control /* Load these models. */ $this->loadModel('story'); $this->loadModel('user'); + $this->loadModel('product'); $this->loadModel('datatable'); $this->app->loadLang('datatable'); $this->app->loadLang('testcase');