Commit 548aabb474897ec2c17ba7cbbdff3f6819528a86
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
Showing
1 changed file
with
1 additions
and
1 deletions
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 | ... | ... |