This commit is contained in:
Garrett K 2021-02-10 06:15:51 +00:00
parent b45e41da0a
commit 5334bead17

View File

@ -99,7 +99,7 @@ var $qls;
} else if($this->currentVersion == '0.3.11') {
$this->update_0311_to_0312();
} else if($this->currentVersion == '0.3.12') {
$this->update_0313_to_0313();
$this->update_0312_to_0313();
} else {
return true;
}