@@ -, +, @@ autocreating in Shibboleth --- C4/Auth_with_shibboleth.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/C4/Auth_with_shibboleth.pm +++ a/C4/Auth_with_shibboleth.pm @@ -172,7 +172,7 @@ sub _autocreate { C4::Letters::SendQueuedMessages( { message_id => $message_id } ) if $message_id; } } - return ( 1, $patron->cardnumber, $patron->userid ); + return ( 1, $patron->cardnumber, $patron->userid, $patron ); } sub _sync { --