]> 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)
committerChris Cormack <chrisc@catalyst.net.nz>
Tue, 5 Jun 2012 15:15:20 +0000 (03:15 +1200)
commitc97e0c76739b0624359feb47ee0573ebc46b8409
tree9d4eb3cc8d2827f25fc8788e3973daae692168b7
parent3168ada7f0efe6078f5c4c749d46119cc24adbe8
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>
C4/Items.pm
C4/Search.pm