mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
fix continue in switch, add another key to skip
This commit is contained in:
parent
6d84aa93d3
commit
0c3466325b
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue