From 43c6650b35472406345e76d6d57bd611fdd2b9e3 Mon Sep 17 00:00:00 2001 From: toyomoyo Date: Fri, 9 Feb 2007 00:34:49 +0000 Subject: [PATCH] fixing a typo --- auth/ldap/auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth/ldap/auth.php b/auth/ldap/auth.php index 4587d88409..8082ed05bd 100644 --- a/auth/ldap/auth.php +++ b/auth/ldap/auth.php @@ -47,7 +47,7 @@ class auth_plugin_ldap { */ function user_login($username, $password) { if (! function_exists('ldap_bind')) { - print_error('auth_ldapnotinstalled','mnet'); + print_error('auth_ldapnotinstalled','auth'); return false; } -- 2.39.5