Cache if a group exists
This commit is contained in:
parent
3c8f4784e9
commit
9e322828f2
|
@ -297,6 +297,7 @@ class OC_Group_Database extends OC_Group_Backend {
|
|||
$cursor->closeCursor();
|
||||
|
||||
if ($result !== false) {
|
||||
$this->groupCache[$gid] = $gid;
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
|
Loading…
Reference in New Issue