Fixing some bugs related to the last round of changes.

This commit is contained in:
Dan Cryer 2015-02-12 13:17:42 +00:00
commit 54ab93373d
2 changed files with 5 additions and 1 deletions

View file

@ -147,6 +147,7 @@ class ProjectController extends \PHPCI\Controller
$branch = $this->getParam('branch', '');
$builds = $this->getLatestBuildsHtml($projectId, urldecode($branch));
$this->response->disableLayout();
$this->response->setContent($builds[0]);
return $this->response;
}