This commit is contained in:
Dmitry Khomutov 2016-05-09 13:55:22 +06:00
parent 8436df1c0f
commit 6531f70581

View file

@ -175,7 +175,7 @@ class BuildController extends Controller
/** @var \PHPCI\Store\BuildErrorStore $errorStore */
$errorStore = b8\Store\Factory::getStore('BuildError');
$errors = $errorStore->getErrorsForBuild($build->getId(), $this->getParam('since', null));
$errors = $errorStore->getErrorsForBuild($build->getId());
$errorView = new b8\View('Build/errors');
$errorView->build = $build;