mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
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…
x
Reference in New Issue
Block a user