close #1633 Fixed: Broken images displayed in User List page
This commit is contained in:
@ -115,7 +115,7 @@ class User extends Authenticatable
|
||||
}
|
||||
}
|
||||
|
||||
if (!empty($value) && !$this->hasMedia('picture')) {
|
||||
if (!empty($value)) {
|
||||
return $value;
|
||||
} elseif (!$this->hasMedia('picture')) {
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user