Check if image is not just an empty string. #205
Dieser Commit ist enthalten in:
Ursprung
04f95c8376
Commit
aee33cde34
@ -191,7 +191,7 @@ class Config extends BaseConfig
|
||||
|
||||
public function hasImage(): bool
|
||||
{
|
||||
return $this->hasValue('image');
|
||||
return $this->hasValue('image') && !empty($this->getValue('image'));
|
||||
}
|
||||
|
||||
public function getImage()
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren