Merging fixes for strict standards errors. Closes #44
This commit is contained in:
parent
71a01425cb
commit
b9415316d4
3 changed files with 4 additions and 5 deletions
|
|
@ -31,7 +31,7 @@ class Project extends ProjectBase
|
|||
}
|
||||
|
||||
$order = array('id' => 'DESC');
|
||||
$builds = Store\Factory::getStore('Build')->getWhere($criteria, 1, $start, array(), $order);
|
||||
$builds = Store\Factory::getStore('Build')->getWhere($criteria, 1, 0, array(), $order);
|
||||
|
||||
if (is_array($builds['items']) && count($builds['items'])) {
|
||||
$latest = array_shift($builds['items']);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue