* Fix code errors.

This commit is contained in:
tianshujie98
2021-08-24 16:10:26 +08:00
parent 04142b276d
commit 33c79d77a3
+1 -1
View File
@@ -4655,7 +4655,7 @@ class upgradeModel extends model
*/
public function computeObjectMembers()
{
$this->loadLang('user');
$this->app->loadLang('user');
$projects = $this->dao->select('id,days')->from(TABLE_PROJECT)->where('type')->eq('project')->fetchAll('id');
$projectIdList = array_keys($projects);