CC-2596: upgrade doens't detect 1.7.0
- fixed
This commit is contained in:
parent
0ec78f1ec5
commit
52f263c62d
1 changed files with 3 additions and 1 deletions
|
@ -69,7 +69,9 @@ class AirtimeInstall
|
|||
return null;
|
||||
}
|
||||
// no version string detected
|
||||
$version = false;
|
||||
if($version == ''){
|
||||
$version = false;
|
||||
}
|
||||
return $version;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue