*Fix api bug.

This commit is contained in:
songchenxuan
2022-03-30 10:01:17 +08:00
committed by hufangzhou
parent f8768f8a6e
commit 1bc250a4b3
+1 -1
View File
@@ -24,7 +24,7 @@ class productsEntry extends entry
if(strpos(strtolower(",{$fields},"), ',dropmenu,') !== false) return $this->getDropMenu();
if(!$programID) $programID = $this->param('program', 0);
if(!$projectID) $projectID = $this->param('project', 0);
$projectID = $this->param('project', 0);
$mergeChildren = $this->param('mergeChildren', '');
if($programID)