diff --git a/setup/check_install.php b/setup/check_install.php index 9dc19b50cf..e71a86915c 100644 --- a/setup/check_install.php +++ b/setup/check_install.php @@ -362,7 +362,7 @@ function pear_check($package,$args) global $passed_icon, $warning_icon; static $pear_available = null; static $channel_packages = array(); - + $channel = ''; if (strpos($package, '/') !== false) { list($channel, $package) = explode('/', $package);