From 0491f91b8a5bfa3dcb3ffd3aed4664b1159cb3d2 Mon Sep 17 00:00:00 2001 From: tianshujie Date: Tue, 1 Aug 2023 10:55:06 +0800 Subject: [PATCH] * Load config file. --- lib/zin/zentao/zentao.func.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/zin/zentao/zentao.func.php b/lib/zin/zentao/zentao.func.php index b9b36815a7..f3db18fc5e 100644 --- a/lib/zin/zentao/zentao.func.php +++ b/lib/zin/zentao/zentao.func.php @@ -22,6 +22,7 @@ class html extends \html { } +global $config; if($config->installed) { class commonModel extends \commonModel