// Remove useless code in installer

This commit is contained in:
rMalie
2012-02-21 13:29:05 +00:00
parent 18d5926b39
commit f9713c3a3a
7 changed files with 0 additions and 629 deletions
-8
View File
@@ -97,14 +97,6 @@ class InstallLanguage
return isset($this->data[$type][$key]) ? $this->data[$type][$key] : null;
}
public function getFixtureTranslation($key)
{
if (!is_array($this->fixtures_data))
$this->fixtures_data = file_exists(_PS_INSTALL_FIXTURES_PATH_.'apple/langs/'.$this->iso.'/fixtures.php') ? include(_PS_INSTALL_FIXTURES_PATH_.'apple/langs/'.$this->iso.'/fixtures.php') : array();
return isset($this->fixtures_data[$key]) ? $this->fixtures_data[$key] : null;
}
public function getCountries()
{
if (!is_array($this->countries))