]> git.koha-community.org Git - koha.git/commit
Bug 7847: OPAC search dies with Plack
authorJared Camins-Esakov <jcamins@cpbibliography.com>
Mon, 28 May 2012 23:27:45 +0000 (19:27 -0400)
committerJared Camins-Esakov <jcamins@cpbibliography.com>
Sat, 9 Jun 2012 23:49:03 +0000 (19:49 -0400)
commit9d3289a87bb6746caddf9a2406f839f73f6e8df0
tree5d35636ea06475fa7266b15425ad3689144fd13d
parent215736bcb8081cc80568f273c6128c1d074aa21e
Bug 7847: OPAC search dies with Plack

Due to a dependency cycle between C4::Search and C4::Items, searches
in the OPAC die spectacularly under Plack. This counter-patch extends
dpavlin's solution and replaces use with require for C4::Search in
C4::Items and for C4::Items in C4::Search.

Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com>
C4/Items.pm
C4/Search.pm