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();
|
$cursor->closeCursor();
|
||||||
|
|
||||||
if ($result !== false) {
|
if ($result !== false) {
|
||||||
|
$this->groupCache[$gid] = $gid;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in New Issue