// Someone forgot some debug in the installer...

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15929 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
dMetzger
2012-06-07 14:49:04 +00:00
parent e5db07ad8c
commit 3e39ccd6b0
+1 -1
View File
@@ -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']))