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

fix continue in switch, add another key to skip

parent 6d84aa93
No related branches found
No related tags found
No related merge requests found
......@@ -311,8 +311,9 @@ class Connection {
break;
case 'ldapIgnoreNamingRules':
case 'ldapOverrideUuidAttribute':
case 'ldapUuidAttribute':
case 'hasPagedResultSupport':
continue;
continue 2;
default:
if(is_null($value)) {
$value = 0;
......
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