LP1901930 Improve existing session detection
authorBill Erickson <berickxx@gmail.com>
Wed, 9 Jun 2021 22:07:33 +0000 (18:07 -0400)
committerBill Erickson <berickxx@gmail.com>
Mon, 24 Oct 2022 17:21:58 +0000 (13:21 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/perlmods/lib/OpenILS/Application/SIP2/Session.pm

index 7974990..84f7b50 100644 (file)
@@ -170,7 +170,7 @@ sub set_ils_account {
         # Update the session to use the new token.
 
         $ses->ils_token($ils_token);
-        unless ($e->udpate_sip_session($ses)) {
+        unless ($e->update_sip_session($ses)) {
             $e->rollback;
             return 0;
         }