diff --git a/pear/PEAR/Command/Install.php b/pear/PEAR/Command/Install.php index 40fa0a91da0..7204c309bfd 100644 --- a/pear/PEAR/Command/Install.php +++ b/pear/PEAR/Command/Install.php @@ -70,10 +70,10 @@ class PEAR_Command_Install extends PEAR_Command_Common $failmsg = ''; $opts = array(); switch ($command) { - case 'upgrade': { + case 'upgrade': $opts['upgrade'] = true; // fall through - case 'install': + case 'install': { if (isset($options['f'])) { $opts['force'] = true; }