Fix install scripts
This commit is contained in:
parent
ba8a89a3c3
commit
62d04bf6e6
@ -73,7 +73,7 @@ function processUpdates(startingVersion) {
|
||||
executeUpdate(25, '254', '2.5.4');
|
||||
} else if (startingVersion < 26) {
|
||||
startVersionUpgrade('255');
|
||||
executeUpdate(25, '255', '2.5.5');
|
||||
executeUpdate(26, '255', '2.5.5');
|
||||
} else {
|
||||
installationFinished();
|
||||
}
|
||||
|
@ -716,7 +716,7 @@ function execute254Scripts()
|
||||
// Version 2.5.5
|
||||
function execute255Scripts()
|
||||
{
|
||||
updateVersion($version);
|
||||
updateVersion('2.5.5');
|
||||
}
|
||||
|
||||
function updateVersion($version) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user