mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
First lot of compatability fixes
This commit is contained in:
@@ -222,7 +222,7 @@ class PEAR_Installer extends PEAR_Downloader
|
||||
if (empty($os)) {
|
||||
$os = new OS_Guess();
|
||||
}
|
||||
if (strlen($atts['platform']) && $atts['platform']{0} == '!') {
|
||||
if (strlen($atts['platform']) && $atts['platform'][0] == '!') {
|
||||
$negate = true;
|
||||
$platform = substr($atts['platform'], 1);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user