Dodanie obsługi dodatkowych danych producenta oraz informacji o bezpieczeństwie w klasach ShopProducer i ShopProduct
This commit is contained in:
@@ -14,6 +14,7 @@ class Producer implements \ArrayAccess
|
||||
foreach ( $rows as $row )
|
||||
{
|
||||
$languages[ $row['lang_id'] ]['description'] = $row['description'];
|
||||
$languages[ $row['lang_id'] ]['data'] = $row['data'];
|
||||
$languages[ $row['lang_id'] ]['meta_title'] = $row['meta_title'];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user