mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
Revert "#11458 fixed visual console when setting background none"
This reverts commit 635518eae9703ccdbf5abe8eaab90d67b864f1e4.
This commit is contained in:
parent
635518eae9
commit
d72959fa7b
@ -181,7 +181,7 @@ final class Container extends Model
|
||||
null
|
||||
);
|
||||
|
||||
return ($backgroundImage === 'None.png' || $backgroundImage === null) ? null : str_replace(' ', '%20', $backgroundImage);
|
||||
return ($backgroundImage === 'None.png') ? null : str_replace(' ', '%20', $backgroundImage);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user