https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29783

--- Comment #7 from David Cook <[email protected]> ---
Looks like the problematic line is gone now... although I think it may have
broken some template variables... 

In this scope, I don't think $patorn is even initialized...
        too_many_login_attempts               => ( $patron and
$patron->account_locked ),
        password_has_expired                  => ( $patron and
$patron->password_expired ),

We seem to fetch the patron object quite a few times in checkauth()...

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to