From 1118fd438bd2527f3e5028ce61849204bd4fbdd1 Mon Sep 17 00:00:00 2001 From: Mafoo Date: Wed, 8 Jun 2016 15:28:44 +0100 Subject: [PATCH] BugFix-problem with detect_switch (#1633) --- core/install/install.php | 4 ++-- core/install/resources/page_parts/install_event_socket.php | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/core/install/install.php b/core/install/install.php index df48ed0216..6fb146094f 100644 --- a/core/install/install.php +++ b/core/install/install.php @@ -181,10 +181,10 @@ elseif (strlen($admin_password) < 5) { $messages[] = "Please provide an Admin Password that is 5 or more characters.
\n"; } if ( count($messages) > $existing_errors) { $install_step = 'config_detail'; } } - if($re_detect_switch == true ){ + if($re_detect_switch === true ){ $install_step = 'detect_config'; } - + if($install_step =='execute') { //set the max execution time to 1 hour ini_set('max_execution_time',3600); diff --git a/core/install/resources/page_parts/install_event_socket.php b/core/install/resources/page_parts/install_event_socket.php index 911a455492..bf9f2c43c2 100644 --- a/core/install/resources/page_parts/install_event_socket.php +++ b/core/install/resources/page_parts/install_event_socket.php @@ -35,7 +35,8 @@ $detect_ok = false; } echo "\n"; - echo "\n"; + echo "\n"; + echo "\n"; echo "\n"; echo "\n";