Skip to content
Snippets Groups Projects
Commit 0912f40e authored by Arthur Schiwon's avatar Arthur Schiwon
Browse files

typo

parent 54a9fd2e
No related branches found
No related tags found
No related merge requests found
......@@ -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 :)');
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment