Bug 8572: invalid auth shouldn't cause error
authorJared Camins-Esakov <jcamins@cpbibliography.com>
Sat, 4 Aug 2012 17:48:00 +0000 (13:48 -0400)
committerPaul Poulain <paul.poulain@biblibre.com>
Wed, 29 Aug 2012 13:06:50 +0000 (15:06 +0200)
commit2b28b9caaea08e55b64d155e1b20fd6dfcf70ac3
tree07bb047e11a076b0eb31cedda849a1a425ff5ba4
parentb64fd7b83a4307644ec67fc099dacd80cdab4e96
Bug 8572: invalid auth shouldn't cause error

Prior to this patch, attempting to view an invalid authority in the
OPAC gave a system error instead of a 404. With this patch, the user
will just get a 404, as is the case with invalid bibs.

To test:
1) Try to view an invalid authority by going to:
   /cgi-bin/koha/opac-authoritiesdetail.pl?authid=999999999999
   (presuming that you don't have an authority with authid 999999999999
   in your database) before and after applying this patch

Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
opac/opac-authoritiesdetail.pl