From 548aabb474897ec2c17ba7cbbdff3f6819528a86 Mon Sep 17 00:00:00 2001 From: nbm Date: Sun, 27 Nov 2005 20:16:40 +0000 Subject: [PATCH] Rename getAuthenticatorForSource to getAuthenticator --- plugins/ktstandard/ldap/ldapauthenticationprovider.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ktstandard/ldap/ldapauthenticationprovider.inc.php b/plugins/ktstandard/ldap/ldapauthenticationprovider.inc.php index e45db7c..577a88a 100644 --- a/plugins/ktstandard/ldap/ldapauthenticationprovider.inc.php +++ b/plugins/ktstandard/ldap/ldapauthenticationprovider.inc.php @@ -119,7 +119,7 @@ class KTLDAPAuthenticationProvider extends KTAuthenticationProvider { $this->successRedirectTo('viewsource', "Configuration updated", 'source_id=' . $oSource->getId()); } - function &getAuthenticatorForSource($oSource) { + function &getAuthenticator($oSource) { return new LDAPAuthenticator($oSource); } -- libgit2 0.21.4