]> 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>
Fri, 13 Jul 2012 01:15:42 +0000 (21:15 -0400)
commit5ad9b11fd17b4bc1839c3f99a2c22a9e72eaadf9
treebfde070084fd50f54d51bd5a48ea553943cbb577
parent7427897be20a43c43e5f0199373f15724cda7bd1
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