Merge pull request #330 from sklerotraficon/master

Bugfix Errors with PHPCI GitHub hook #296
This commit is contained in:
Dan Cryer 2014-04-10 16:33:35 +01:00
commit 39767583f1

View file

@ -97,7 +97,7 @@ class WebhookController extends \PHPCI\Controller
}
try {
$this->_buildStore->save($build);
$this->buildStore->save($build); /** bugfix: Errors with PHPCI GitHub hook #296 */
} catch (\Exception $ex) {
header('HTTP/1.1 500 Internal Server Error');
header('Ex: ' . $ex->getMessage());