// Remove useless code in installer

This commit is contained in:
rMalie
2012-02-21 13:29:05 +00:00
parent f4c67a43ea
commit 0d721a87b1
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))