This commit is contained in:
Gabriel Baker 2013-05-14 10:54:09 +01:00
parent fa32105992
commit ec47a93e23

View file

@ -193,7 +193,8 @@ class Builder
protected function executePlugins($stage)
{
if ( !array_key_exists($stage, $this->config) || !is_array($this->config[$stage]) ) {
if ( !array_key_exists($stage, $this->config) || !is_array($this->config[$stage]) )
{
return;
}