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

index 938c267c7f177c4665f135de6646a96c059893ab..8be24fc50de978e34916d31b4f769cb2bb0feb1d 100644 (file)
@@ -203,7 +203,7 @@ class Database extends \OC\Group\Backend {
         */
        public function getUserGroups( $uid ) {
                //guests has empty or null $uid
-               if ($uid===null || $uid==='') {
+               if ($uid === null || $uid === '') {
                        return [];
                }