mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
Typo
This commit is contained in:
parent
abfb649851
commit
d12d4f125c
1 changed files with 1 additions and 1 deletions
|
@ -763,7 +763,7 @@ class Providers_model extends EA_Model
|
||||||
'state' => $provider['state'],
|
'state' => $provider['state'],
|
||||||
'zip' => $provider['zip_code'],
|
'zip' => $provider['zip_code'],
|
||||||
'notes' => $provider['notes'],
|
'notes' => $provider['notes'],
|
||||||
'is_private' => $provider['is_private'],
|
'isPrivate' => $provider['is_private'],
|
||||||
'ldapDn' => $provider['ldap_dn'],
|
'ldapDn' => $provider['ldap_dn'],
|
||||||
'timezone' => $provider['timezone'],
|
'timezone' => $provider['timezone'],
|
||||||
'language' => $provider['language'],
|
'language' => $provider['language'],
|
||||||
|
|
Loading…
Reference in a new issue