Browse Source

- Minor fix

PHAR_1_2
Marcus Boerger 19 years ago
parent
commit
6dc9be0590
  1. 2
      ext/phar/phar/clicommand.inc

2
ext/phar/phar/clicommand.inc

@ -93,7 +93,7 @@ abstract class CLICommand
static function error ($msg, $exit_code = 1)
{
notice($msg);
self::notice($msg);
exit($exit_code);
}

Loading…
Cancel
Save