Bläddra i källkod

spaces added

tags/v12.0.0beta1
Loki3000 7 år sedan
förälder
incheckning
6a74f7db11
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1
    1
      lib/private/Group/Database.php

+ 1
- 1
lib/private/Group/Database.php Visa fil

@@ -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 [];
}


Laddar…
Avbryt
Spara