mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
#11456 fixed visual console when setting background none
This commit is contained in:
parent
564cc9652e
commit
151882859a
@ -181,7 +181,7 @@ final class Container extends Model
|
|||||||
null
|
null
|
||||||
);
|
);
|
||||||
|
|
||||||
return ($backgroundImage === 'None.png') ? null : str_replace(' ', '%20', $backgroundImage);
|
return ($backgroundImage === 'None.png' || $backgroundImage === null) ? null : str_replace(' ', '%20', $backgroundImage);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user