pmow před 7 roky
rodič
revize
ac8cd12b25
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      functions.php

+ 1 - 1
functions.php

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