From 26d12073cb3dc50d054d2ce83d0b822aaded13bd Mon Sep 17 00:00:00 2001 From: Adam Bishop Date: Thu, 14 Jan 2016 17:47:08 +0000 Subject: [PATCH] Make the installer work when an existing database is selected --- pandora_console/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandora_console/install.php b/pandora_console/install.php index 214d891944..224dd6c729 100644 --- a/pandora_console/install.php +++ b/pandora_console/install.php @@ -805,7 +805,7 @@ function install_step4() { check_generic ($step1, "Creating database '$dbname'"); } else { - $step = 1; + $step1 = 1; } if ($step1 == 1) { $step2 = mysql_select_db($dbname);