// fix product edition textarea rte

// minor fix warning if admin translation file doesnt exists
This commit is contained in:
mMarinetti
2011-11-20 23:06:45 +00:00
parent 6233b3b242
commit 6d6645b761
4 changed files with 20 additions and 7 deletions
+5 -1
View File
@@ -1473,7 +1473,11 @@ class AdminControllerCore extends Controller
{
$iso = Context::getContext()->language->iso_code;
include_once(_PS_TRANSLATIONS_DIR_.$iso.'/admin.php');
$_LANGADM = array_change_key_case($_LANGADM);
if (isset($_LANGADM))
$_LANGADM = array_change_key_case($_LANGADM);
else
$_LANGADM = array();
}
$class = strtolower($class);