This commit is contained in:
Gabriel Baker 2013-05-14 06:34:24 +01:00
parent 7d09a5cd98
commit bbff78f0b0

View file

@ -193,7 +193,7 @@ 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;
}