*Optimize the bug.

This commit is contained in:
孙华伟
2022-05-12 13:26:19 +08:00
parent 9c2926f59a
commit 3de0b23ab8
+1
View File
@@ -1339,6 +1339,7 @@ class programModel extends model
/* Init vars. */
$projects = $this->getProjectList($programID, $browseType, $queryID, $orderBy, $pager, $programTitle, $involved, $queryAll);
if(empty($projects)) return array();
$projectKeys = array_keys($projects);