From 2201c709ef23f49afcbc04bfc9a09c0d60d558e5 Mon Sep 17 00:00:00 2001 From: Matthew Vale Date: Tue, 1 Dec 2015 12:00:58 +0000 Subject: [PATCH] bracket error --- core/install/install_first_time.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/install/install_first_time.php b/core/install/install_first_time.php index 074abaf53d..86d3823aa6 100644 --- a/core/install/install_first_time.php +++ b/core/install/install_first_time.php @@ -169,7 +169,7 @@ if(!$install_step) { $install_step = 'select_language'; } } } //test for windows and non sqlite - if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') and strlen($db_type) > 0 and $db_type !='sqlite') { + if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN' and strlen($db_type) > 0 and $db_type !='sqlite') { $messages[] = "Windows requires a system DSN ODBC connection this must be configured after installing then restart freeswitch."; }