diff --git a/lib/zin/zentao/zentao.func.php b/lib/zin/zentao/zentao.func.php index a7d519c076..076ca396cb 100644 --- a/lib/zin/zentao/zentao.func.php +++ b/lib/zin/zentao/zentao.func.php @@ -22,7 +22,7 @@ class html extends \html { } -if(!$_SESSION['installing']) +if(empty($_SESSION['installing'])) { class commonModel extends \commonModel {