// fix product edition textarea rte
// minor fix warning if admin translation file doesnt exists git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10304 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user