+ userUI: fix error of calling undefined property.

This commit is contained in:
liugang
2023-12-11 09:35:55 +08:00
parent ffccba1f6d
commit 8394f630c2
+3
View File
@@ -11,6 +11,9 @@ declare(strict_types=1);
namespace zin;
include './featurebar.html.php';
$app->loadLang('execution');
$app->loadModuleConfig('execution');
jsVar('delayed', $lang->execution->delayed);
jsVar('executionTypeList', $lang->user->executionTypeList);
jsVar('edition', $config->edition);