// Context part 31

This commit is contained in:
tDidierjean
2011-08-17 10:07:12 +00:00
parent a9a1706085
commit 3d733ae6e2
57 changed files with 200 additions and 165 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ if (empty($tab) and !sizeof($_POST))
}
if ($adminObj = checkingTab($tab))
{
$isoUser = Language::getIsoById(intval($cookie->id_lang));
$isoUser = Context::getContext()->language->iso_code;
if (Validate::isLoadedObject($adminObj))
{