// Fix lanuage informations in installer
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12991 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -150,7 +150,7 @@ class InstallLanguages
|
||||
$information = $this->getLanguage()->getTranslation($key, 'informations');
|
||||
if (is_null($information) && $with_default)
|
||||
return $this->getLanguage(self::DEFAULT_ISO)->getTranslation($key, 'informations');
|
||||
return false;
|
||||
return $information;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user