Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alextselegidis committed Jul 11, 2024
1 parent abfb649 commit d12d4f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/models/Providers_model.php
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@ public function api_encode(array &$provider): void
'state' => $provider['state'],
'zip' => $provider['zip_code'],
'notes' => $provider['notes'],
'is_private' => $provider['is_private'],
'isPrivate' => $provider['is_private'],
'ldapDn' => $provider['ldap_dn'],
'timezone' => $provider['timezone'],
'language' => $provider['language'],
Expand Down

0 comments on commit d12d4f1

Please sign in to comment.