]> source.dussan.org Git - nextcloud-server.git/commitdiff
spaces added
authorLoki3000 <github@labcms.ru>
Tue, 10 Jan 2017 13:44:14 +0000 (16:44 +0300)
committerGitHub <noreply@github.com>
Tue, 10 Jan 2017 13:44:14 +0000 (16:44 +0300)
lib/private/User/Database.php

index 73c918e9944c99c2d0a5be9a2f8ce3712b01d125..a281572ad55848836dee2013ce791ec7b344274c 100644 (file)
@@ -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;
                        }