Skip to content

Commit e5c781a

Browse files
author
Chris Kacerguis
committed
fixed constant.
1 parent 1ce33e0 commit e5c781a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/libraries/REST_Controller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1154,7 +1154,7 @@ protected function _perform_ldap_auth($username = '', $password = null)
11541154

11551155
log_message('debug', 'Setting timeout to ' . $ldaptimeout . ' seconds');
11561156

1157-
ldap_set_option($ldapconn, LDAP_OPT_NETWorK_TIMEOUT, $ldaptimeout);
1157+
ldap_set_option($ldapconn, LDAP_OPT_NETWORK_TIMEOUT, $ldaptimeout);
11581158

11591159
log_message('debug', 'LDAP Auth: Binding to ' . $ldaphost . ' with dn ' . $ldaprdn);
11601160

0 commit comments

Comments
 (0)