pmow il y a 7 ans
Parent
commit
ac8cd12b25
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      functions.php

+ 1 - 1
functions.php

@@ -124,7 +124,7 @@ if (function_exists('ldap_connect')) :
 				writeLog("success", "LDAP authentication success");
 				return true;
 			} else {
-				writeLog("error", "LDPA could not authenticate");
+				writeLog("error", "LDAP could not authenticate");
 				return false;
 			}
 		}