Skip to content

Commit cb66c01

Browse files
author
Phil Sturgeon
committed
Merge pull request chriskacerguis#173 from jrmadsen67/master
two typos from ldap commit
2 parents 1ac3c05 + 8191ab8 commit cb66c01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

application/libraries/REST_Controller.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ abstract class REST_Controller extends CI_Controller
114114
*
115115
* @var string
116116
*/
117-
protected $_user_ldap_dn = ''
117+
protected $_user_ldap_dn = '';
118118

119119
/**
120120
* List all supported methods, the first will be the default format
@@ -1072,7 +1072,7 @@ protected function _check_login($username = '', $password = NULL)
10721072
return FALSE;
10731073
}
10741074

1075-
$auth_source = strtolower($this-config->item('auth_source'));
1075+
$auth_source = strtolower($this->config->item('auth_source'));
10761076

10771077
if ($auth_source == 'ldap')
10781078
{

0 commit comments

Comments
 (0)