// [-] IN : Fixed language detection and help in the installer

This commit is contained in:
Damien Metzger
2013-08-05 11:23:09 +02:00
parent 7f4e4efbd8
commit 581dcec718
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ class InstallControllerHttpConfigure extends InstallControllerHttp
$params = http_build_query(array(
'email' => $this->session->admin_email,
'method' => 'addMemberToNewsletter',
'language' => $this->session->lang,
'language' => $this->language->getLanguageIso(),
'visitorType' => 1,
'source' => 'installer'
));