Update Installer.php

This commit is contained in:
Tim 2020-04-19 15:23:14 +02:00 committed by GitHub
parent 0576859d89
commit 4301d3cfa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -354,9 +354,6 @@ class Installer
if (version_compare($version_from, '3.4.2', '<')) {
$this->upgrade342();
}
if (version_compare($version_from, '3.4.6-beta.1', '<')) {
$this->upgrade346();
}
if (version_compare($version_from, '3.4.6-beta.3', '<')) {
$this->upgrade346();
}