Commit 548aabb474897ec2c17ba7cbbdff3f6819528a86

Authored by nbm
1 parent 84339f2d

Rename getAuthenticatorForSource to getAuthenticator


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@4198 c91229c3-7414-0410-bfa2-8a42b809f60b
plugins/ktstandard/ldap/ldapauthenticationprovider.inc.php
... ... @@ -119,7 +119,7 @@ class KTLDAPAuthenticationProvider extends KTAuthenticationProvider {
119 119 $this->successRedirectTo('viewsource', "Configuration updated", 'source_id=' . $oSource->getId());
120 120 }
121 121  
122   - function &getAuthenticatorForSource($oSource) {
  122 + function &getAuthenticator($oSource) {
123 123 return new LDAPAuthenticator($oSource);
124 124 }
125 125  
... ...