* fix bug #879.
This commit is contained in:
@@ -162,7 +162,7 @@ class buildModel extends model
|
||||
{
|
||||
return $this->dao->select('id, name')->from(TABLE_BUILD)
|
||||
->where('project')->eq((int)$projectID)
|
||||
->orderBy('date DESC')
|
||||
->orderBy('date DESC,id DESC')
|
||||
->limit(1)
|
||||
->fetch();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user