spaces added
This commit is contained in:
parent
6a74f7db11
commit
8ab16f87ac
|
@ -239,7 +239,7 @@ class Database extends Backend implements IUserBackend {
|
|||
private function loadUser($uid) {
|
||||
if (!isset($this->cache[$uid])) {
|
||||
//guests $uid could be NULL or ''
|
||||
if ($uid===null || $uid==='') {
|
||||
if ($uid === null || $uid === '') {
|
||||
$this->cache[$uid]=false;
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue