]> git.koha-community.org Git - koha.git/commit
Bug 8804 [Revised] Quiet errors in the log from Auth.pm
authorOwen Leonard <oleonard@myacpl.org>
Fri, 21 Sep 2012 20:49:51 +0000 (16:49 -0400)
committerLiz Rea - Catalyst <liz@catalyst.net.nz>
Wed, 28 Nov 2012 00:43:49 +0000 (13:43 +1300)
commit627e2eeb55cdf439176c1efd981af6f2f1c6d0e8
treeed30eb77a89702f72ab7ba39f72d23e74d73777a
parent60f30c6207bc7ad25638bbfadbf934fe4e6f678b
Bug 8804 [Revised] Quiet errors in the log from Auth.pm

Found three cases where variables were being
referenced which did not (in each case) exist. Adding
checks for those variables' existence.

Errors appeared when logged in and viewing a detail
page in the OPAC.

Revision simplifies logic as per RM suggestion.

Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
C4/Auth.pm