Fix VC background with spaces on his name
This commit is contained in:
parent
2e7d5aa336
commit
51e832503a
|
@ -181,7 +181,7 @@ final class Container extends Model
|
|||
null
|
||||
);
|
||||
|
||||
return ($backgroundImage === 'None.png') ? null : $backgroundImage;
|
||||
return ($backgroundImage === 'None.png') ? null : str_replace(' ', '_', $backgroundImage);
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue