* Fix bug#27010.

This commit is contained in:
xieqiyu
2022-08-29 15:35:01 +08:00
parent 61999b0462
commit ea98130180
-2
View File
@@ -1464,8 +1464,6 @@ class executionModel extends model
*/
public function getStatData($projectID = 0, $browseType = 'undone', $productID = 0, $branch = 0, $withTasks = false, $param = '', $orderBy = 'id_asc', $pager = null)
{
if(empty($projectID)) return array();
/* Construct the query SQL at search executions. */
$executionQuery = '';
if($browseType == 'bySearch')