From 4301d3cfa008d1b7f56c2509b00d35aa35197433 Mon Sep 17 00:00:00 2001 From: Tim Date: Sun, 19 Apr 2020 15:23:14 +0200 Subject: [PATCH] Update Installer.php --- src/psm/Util/Install/Installer.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/psm/Util/Install/Installer.php b/src/psm/Util/Install/Installer.php index 06b740b1..573c9ed1 100644 --- a/src/psm/Util/Install/Installer.php +++ b/src/psm/Util/Install/Installer.php @@ -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(); }