Skip to content

Commit

Permalink
fix undefined index key error
Browse files Browse the repository at this point in the history
  • Loading branch information
adragus-inviqa committed May 15, 2015
1 parent 9ad55eb commit 502f25e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Inviqa/Patcher.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ public function patch(\Composer\Script\Event $event)

if (empty($extra['patches'])) {
$this->output->writeln('<info>No Magento patches were found</info>');
return;
}

// don't pass the patch information
Expand Down

0 comments on commit 502f25e

Please sign in to comment.