Forget change value

pull/355/head
Valentin Deville 2016-09-13 09:46:04 +02:00 committed by GitHub
parent b78bd838a6
commit f6aaafe519
1 changed files with 3 additions and 3 deletions

View File

@ -290,9 +290,9 @@ class Installer {
if(version_compare($version_from, '3.2.0', '<')) { if(version_compare($version_from, '3.2.0', '<')) {
$this->upgrade320(); $this->upgrade320();
} }
if(version_compare($version_from, '3.3.0', '<')) { if(version_compare($version_from, '3.3.0', '<')) {
$this->upgrade320(); $this->upgrade330();
} }
psm_update_conf('version', $version_to); psm_update_conf('version', $version_to);
} }