Fixed encoded
This commit is contained in:
parent
b6f10f89d0
commit
5ee9c6c536
|
@ -1546,7 +1546,7 @@ class Item extends CachedModel
|
||||||
protected static function getImageSrc(array $data)
|
protected static function getImageSrc(array $data)
|
||||||
{
|
{
|
||||||
$imageSrc = static::notEmptyStringOr(
|
$imageSrc = static::notEmptyStringOr(
|
||||||
static::issetInArray($data, ['imageSrc', 'image', 'backgroundColor', 'backgroundType', 'valueType']),
|
static::issetInArray($data, ['image', 'imageSrc', 'backgroundColor', 'backgroundType', 'valueType']),
|
||||||
null
|
null
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue