Merged from MOODLE_15_STABLE - Fix for small syntax error that was hiding debug info from an error msg. #3527 - Credits to [email protected]
This commit is contained in:
+1
-1
@@ -1288,7 +1288,7 @@ function auth_ldap_connect($binddn='',$bindpwd=''){
|
||||
return $connresult;
|
||||
}
|
||||
|
||||
$debuginfo == "<br/>Server: '$server' <br/> Connection: '$connresult'<br/> Bind result: '$bindresult'</br>";
|
||||
$debuginfo = "<br/>Server: '$server' <br/> Connection: '$connresult'<br/> Bind result: '$bindresult'</br>";
|
||||
}
|
||||
|
||||
//If any of servers are alive we have already returned connection
|
||||
|
||||
Reference in New Issue
Block a user