mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
Cache if a group exists
This commit is contained in:
parent
3c8f4784e9
commit
9e322828f2
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue