From 48448eb7dbccccc4de9b5c9c6d559636ff29e061 Mon Sep 17 00:00:00 2001 From: lLefevre Date: Fri, 12 Oct 2012 13:58:03 +0000 Subject: [PATCH] [-] BO : fix #PSCFV-4888 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17848 b9a71923-0436-4b27-9f14-aed3839534dd --- controllers/admin/AdminTranslationsController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/admin/AdminTranslationsController.php b/controllers/admin/AdminTranslationsController.php index b76a4ed81..ff675de8f 100644 --- a/controllers/admin/AdminTranslationsController.php +++ b/controllers/admin/AdminTranslationsController.php @@ -2486,7 +2486,7 @@ class AdminTranslationsControllerCore extends AdminController $i18n_dir = $this->translations_informations[$this->type_selected]['dir']; $default_i18n_file = $i18n_dir.$this->translations_informations[$this->type_selected]['file']; - if (($this->theme_selected == self::DEFAULT_THEME_NAME) && _PS_MODE_DEV_) + if (($this->theme_selected == self::DEFAULT_THEME_NAME) || _PS_MODE_DEV_) $i18n_file = $default_i18n_file; else {