From 95342815e2b3a1c8481303eea64c7767260e8c33 Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Wed, 6 Dec 2017 12:52:02 -0500 Subject: [PATCH] Update installer --- install/index.php | 2 +- install/migrations/core.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/install/index.php b/install/index.php index 6ee2fc35..e6199ac3 100644 --- a/install/index.php +++ b/install/index.php @@ -100,7 +100,7 @@ if (HESK_NEW_VERSION != $hesk_settings['hesk_version']) {
-

You need to be running HESK 2.7.3 to install Mods for HESK. You currently have HESK .

+

You need to be running HESK to install Mods for HESK. You currently have HESK .

diff --git a/install/migrations/core.php b/install/migrations/core.php index f52740e7..6c7980d8 100644 --- a/install/migrations/core.php +++ b/install/migrations/core.php @@ -218,5 +218,6 @@ function getAllMigrations() { 161 => new UpdateMigration('3.2.2', '3.2.1', 161), 162 => new UpdateMigration('3.2.3', '3.2.2', 162), 163 => new UpdateMigration('3.2.4', '3.2.3', 163), + 164 => new UpdateMigration('3.2.5', '3.2.4', 164), ); } \ No newline at end of file