From 024b22b41e5b585fa958c26990c1ec7ef6375dcf Mon Sep 17 00:00:00 2001 From: dMetzger Date: Thu, 7 Jun 2012 14:49:04 +0000 Subject: [PATCH] // Someone forgot some debug in the installer... --- install-dev/controllers/http/configure.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-dev/controllers/http/configure.php b/install-dev/controllers/http/configure.php index b71a81050..90251db0d 100644 --- a/install-dev/controllers/http/configure.php +++ b/install-dev/controllers/http/configure.php @@ -282,7 +282,7 @@ class InstallControllerHttpConfigure extends InstallControllerHttp $this->list_countries[] = array('iso' => $iso, 'name' => $lang); // Try to detect default country - if (1||!$this->session->shop_country) + if (!$this->session->shop_country) { $detect_language = $this->language->detectLanguage(); if (isset($detect_language['primarytag']))