Ver Fonte

Merge pull request #1040 from pmow/patch-1

typo
causefx há 7 anos atrás
pai
commit
b62756f23b
1 ficheiros alterados com 1 adições e 1 exclusões
  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;
 			}
 			}
 		}
 		}