Fix install scripts

This commit is contained in:
Mike Koch 2016-04-18 19:37:53 -04:00
parent ba8a89a3c3
commit 62d04bf6e6
2 changed files with 2 additions and 2 deletions

View File

@ -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();
}

View File

@ -716,7 +716,7 @@ function execute254Scripts()
// Version 2.5.5
function execute255Scripts()
{
updateVersion($version);
updateVersion('2.5.5');
}
function updateVersion($version) {