* [FIX] Skip over initialization when upgrade is needed. Thanks to @Envikia and @alexseys for the notice. Closes #1355

Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
Rubén D
2019-07-20 20:51:28 +02:00
parent 1adb103f29
commit b5559b52eb
2 changed files with 11 additions and 3 deletions

View File

@@ -137,11 +137,9 @@ final class Init extends ModuleBase
/**
* Comprobar si es necesario actualizar componentes
*
* @throws InitializationException
* @throws DependencyException
* @throws NotFoundException
* @throws EnvironmentIsBrokenException
* @throws FileException
* @throws InitializationException
*/
private function checkUpgrade()
{