Skip to content

Commit

Permalink
Prevent upgrade issues
Browse files Browse the repository at this point in the history
  • Loading branch information
mattlorimer committed Jul 7, 2014
1 parent b533ad2 commit 934ac6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/UpgradeWizard/commit.php
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,7 @@ function inDeveloperMode()
$new_upgrade->version = $sugar_version;
$new_upgrade->status = "installed";
$new_upgrade->manifest =(!empty($_SESSION['install_manifest']) ? $_SESSION['install_manifest'] : '');
$new_upgrade->processed = true;
$new_upgrade->save();
}
set_upgrade_progress('commit','in_progress','upgradeHistory','done');
Expand Down

0 comments on commit 934ac6b

Please sign in to comment.