mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
fix parse error
This commit is contained in:
parent
e40ce9963e
commit
dc17bcc6ab
1 changed files with 2 additions and 2 deletions
|
@ -70,10 +70,10 @@ class PEAR_Command_Install extends PEAR_Command_Common
|
||||||
$failmsg = '';
|
$failmsg = '';
|
||||||
$opts = array();
|
$opts = array();
|
||||||
switch ($command) {
|
switch ($command) {
|
||||||
case 'upgrade': {
|
case 'upgrade':
|
||||||
$opts['upgrade'] = true;
|
$opts['upgrade'] = true;
|
||||||
// fall through
|
// fall through
|
||||||
case 'install':
|
case 'install': {
|
||||||
if (isset($options['f'])) {
|
if (isset($options['f'])) {
|
||||||
$opts['force'] = true;
|
$opts['force'] = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue