From 5334bead17ba1f996a93f4c837f034ac9276a03f Mon Sep 17 00:00:00 2001 From: Garrett K Date: Wed, 10 Feb 2021 06:15:51 +0000 Subject: [PATCH] 0.3.13 --- includes/Update.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Update.class.php b/includes/Update.class.php index d3d6f49..e963ffe 100755 --- a/includes/Update.class.php +++ b/includes/Update.class.php @@ -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; }