Skip to content

Commit

Permalink
* [FIX] Upgrade not needed when updating between v3 releases. Thanks …
Browse files Browse the repository at this point in the history
…to @vmarion89 for the feedback. Closes #1210
  • Loading branch information
nuxsmin committed Jan 24, 2019
1 parent e90efd3 commit 221005f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/modules/web/Controllers/UpgradeController.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ public function upgradeAction()
}

$appVersion = $this->configData->getAppVersion();
$appVersion = empty($appVersion) ? '0.0' : $appVersion;

if (UpgradeAppService::needsUpgrade($appVersion)) {
$this->dic->get(UpgradeAppService::class)
Expand Down

0 comments on commit 221005f

Please sign in to comment.