issue#86 Problem with "Provide avatar" field with user_sql 4.2.1
This commit is contained in:
@@ -555,7 +555,7 @@ final class UserBackend extends ABackend implements
|
||||
);
|
||||
|
||||
if (empty($this->properties[DB::USER_AVATAR_COLUMN])) {
|
||||
return false;
|
||||
return !empty($this->properties[Opt::PROVIDE_AVATAR]);
|
||||
}
|
||||
|
||||
$user = $this->userRepository->findByUid($uid);
|
||||
|
||||
Reference in New Issue
Block a user