From f6aaafe519f4b0ed203ef98421961a13d6f2afee Mon Sep 17 00:00:00 2001 From: Valentin Deville Date: Tue, 13 Sep 2016 09:46:04 +0200 Subject: [PATCH] Forget change value --- src/psm/Util/Install/Installer.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/psm/Util/Install/Installer.php b/src/psm/Util/Install/Installer.php index 79218e4d..4150b5a3 100644 --- a/src/psm/Util/Install/Installer.php +++ b/src/psm/Util/Install/Installer.php @@ -290,9 +290,9 @@ class Installer { if(version_compare($version_from, '3.2.0', '<')) { $this->upgrade320(); } - if(version_compare($version_from, '3.3.0', '<')) { - $this->upgrade320(); - } + if(version_compare($version_from, '3.3.0', '<')) { + $this->upgrade330(); + } psm_update_conf('version', $version_to); }