diff options
Diffstat (limited to 'app/install.php')
| -rw-r--r-- | app/install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/install.php b/app/install.php index cf1ac2c61..bed2a8383 100644 --- a/app/install.php +++ b/app/install.php @@ -674,7 +674,7 @@ case 3: case 4: break; case 5: - if (deleteInstall()) { + if (setupMigrations() && deleteInstall()) { header('Location: index.php'); } break; |
