From 5b4422c59b05e9bf596e63cdc2a7e7f0d61f986d Mon Sep 17 00:00:00 2001 From: Mike Koch Date: Fri, 21 Aug 2015 13:24:03 -0400 Subject: [PATCH] Fix installer I got too copy-paste happy :frowning: --- install/mods-for-hesk/ajax/install-database-ajax.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install/mods-for-hesk/ajax/install-database-ajax.php b/install/mods-for-hesk/ajax/install-database-ajax.php index 20c4fce7..c401bf4f 100644 --- a/install/mods-for-hesk/ajax/install-database-ajax.php +++ b/install/mods-for-hesk/ajax/install-database-ajax.php @@ -49,11 +49,11 @@ if ($version == 1) { execute240Scripts(); execute240FileUpdate(); } elseif ($version == 241) { - execute240Scripts(); - execute240FileUpdate(); + execute241Scripts(); + execute241FileUpdate(); } else { $response = 'The version "'.$version.'" was not recognized. Check the value submitted and try again.'; print $response; http_response_code(400); } -return; \ No newline at end of file +return;