This commit is contained in:
Daniil Gentili 2019-03-18 19:34:38 +00:00
parent 558973e0a0
commit 0cffe39d2c

View File

@ -50,7 +50,7 @@ function ___install_madeline()
if (PHP_MAJOR_VERSION <= 5) {
$release_branch = '5'.$release_branch;
$release_default_branch = '5';
} else if (PHP_MINOR_VERSION >= 2) {
} else if (PHP_MINOR_VERSION >= 3) {
$release_branch = '';
}