diff --git a/module/upgrade/model.php b/module/upgrade/model.php index f72c1d0acc..7eee1c4965 100644 --- a/module/upgrade/model.php +++ b/module/upgrade/model.php @@ -186,7 +186,7 @@ class upgradeModel extends model $this->execSQL($this->getUpgradeFile('9.4')); $this->adjustPriv9_4(); case '9_5': - $this->execSQL($this->getUpgradeFile('9.4')); + $this->execSQL($this->getUpgradeFile('9.5')); } $this->deletePatch();