// Fixed code typo

This commit is contained in:
Damien Metzger
2013-08-26 09:47:57 +02:00
parent 9f2423c2c5
commit bc071f2b04

View File

@@ -1303,7 +1303,7 @@ abstract class AdminTabCore
}
$asso = Shop::getAssoTable($this->table);
if ($asso !== false && $assos['type'] == 'shop')
if ($asso !== false && $asso['type'] == 'shop')
{
$filterKey = $asso['type'];
$idenfierShop = Shop::getContextListShopID();