api
This commit is contained in:
parent
21c8f605e6
commit
49938c5d1e
|
|
@ -259,7 +259,7 @@ class Api extends Backend
|
||||||
$carId = $attr['car_id'];
|
$carId = $attr['car_id'];
|
||||||
$attributeId = $attr['attribute_id'];
|
$attributeId = $attr['attribute_id'];
|
||||||
$value = $attr['value'];
|
$value = $attr['value'];
|
||||||
|
if (empty($value)) continue;
|
||||||
if (!isset($defMap[$attributeId])) continue;
|
if (!isset($defMap[$attributeId])) continue;
|
||||||
$def = $defMap[$attributeId];
|
$def = $defMap[$attributeId];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user