// Remove useless code in installer

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13498 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2012-02-21 13:29:05 +00:00
parent 398f3aa8ec
commit 8010798d27
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))