Skip to content

Commit

Permalink
Merge pull request #132 from remicollet/issue-dup-branch
Browse files Browse the repository at this point in the history
cleanup uneeded test
  • Loading branch information
ashnazg committed Jan 15, 2024
2 parents 92bf682 + d78ac91 commit de92a08
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions PEAR/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,7 @@
if (getenv('PHP_PEAR_INSTALL_DIR')) {
define('PEAR_CONFIG_DEFAULT_PHP_DIR', getenv('PHP_PEAR_INSTALL_DIR'));
} else {
if (@file_exists($PEAR_INSTALL_DIR) && is_dir($PEAR_INSTALL_DIR)) {
define('PEAR_CONFIG_DEFAULT_PHP_DIR', $PEAR_INSTALL_DIR);
} else {
define('PEAR_CONFIG_DEFAULT_PHP_DIR', $PEAR_INSTALL_DIR);
}
define('PEAR_CONFIG_DEFAULT_PHP_DIR', $PEAR_INSTALL_DIR);
}

// Default for metadata_dir
Expand Down

0 comments on commit de92a08

Please sign in to comment.