* adjust for upgrade.

This commit is contained in:
王怡栋
2021-12-10 15:44:35 +08:00
parent 49cd37e6de
commit 9fd77be3ef
3 changed files with 3 additions and 25 deletions
+1 -1
View File
@@ -793,7 +793,7 @@ class mrModel extends model
*/
public function getReview($repoID, $MRID, $revision = '')
{
if(empty($repoID) OR empty($MRID)) return array();
if(empty($repoID) or empty($MRID)) return array();
$reviews = array();
$bugs = $this->dao->select('t1.*, t2.realname')->from(TABLE_BUG)->alias('t1')