Skip to content
Snippets Groups Projects
Commit be06e445 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

dev #71949 fix fatal errors

parent 30a53dbe
2 merge requests!2555Dev#71949 contractuel pairing minsoc ne pas enregistrer le mot de passe dans bokeh,!2534Dev#71949 contractuel pairing minsoc ne pas enregistrer le mot de passe dans bokeh
Pipeline #3619 failed with stage
in 31 minutes and 52 seconds
......@@ -115,8 +115,8 @@ class ZendAfi_Auth_Adapter_CommSigb implements Zend_Auth_Adapter_Interface {
$bibs = $this->_getBibsToAuthenticateTo($user);
foreach($bibs as $bib)
if($user = $this->_getUserFromSigbWithLibrary($user, $bib))
return $user;
if($user_found = $this->_getUserFromSigbWithLibrary($user, $bib))
return $user_found;
return null;
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment