diff --git a/src/PHPCensor/Plugin/Mage.php b/src/PHPCensor/Plugin/Mage.php index c482973c..483c9d74 100644 --- a/src/PHPCensor/Plugin/Mage.php +++ b/src/PHPCensor/Plugin/Mage.php @@ -35,7 +35,7 @@ class Mage extends \PHPCensor\Plugin parent::__construct($builder, $build, $options); $config = $builder->getSystemConfig('mage'); - if (isset($config['bin'])) { + if (!empty($config['bin'])) { $this->mage_bin = $config['bin']; }