diff --git a/pandora_console/install.php b/pandora_console/install.php index 18d37306df..fd54a32ac2 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);