mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
typo
This commit is contained in:
parent
54a9fd2e6a
commit
0912f40ebe
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ class OC_GROUP_LDAP extends OC_Group_Backend {
|
|||
} else if(count($groups) < 1) {
|
||||
return false;
|
||||
} else {
|
||||
throw new Exception('Too many groups of the same name!? – this excpetion should never been thrown :)');
|
||||
throw new Exception('Too many groups of the same name!? – this exception should never been thrown :)');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue