Bug 14467: Security updates break some Koha plugins
commitf5974a72ab415d03a8b160be93a66230d7a239c5
authorKyle M Hall <kyle@bywatersolutions.com>
Thu, 25 Jun 2015 20:41:23 +0000 (25 16:41 -0400)
committerLiz Rea <wizzyrea@gmail.com>
Thu, 16 Jul 2015 10:05:52 +0000 (16 10:05 +0000)
tree0dde7bbde8da857f332906423fc4e36984204c00
parentd578222188d5da186d00826ab26de29b0cb4b969
Bug 14467: Security updates break some Koha plugins

The new security updates break previously functioning plugins, most
notably the cover flow plugin and the Ebsco EDS plugin.

Test Plan:
1) Install and configure the cover flow plugin ( http://bywatersolutions.com/koha-plugins/ )
2) Note that attempting to access coverflow.pl from the OPAC results in an error
3) Apply this patch
4) Note that coverflow.pl now output html again

Signed-off-by: Nick Clemens <nick@quecheelibrary.org>
Signed-off-by: Jonathan Druart <jonathan.druart@koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@unc.edu.ar>
(cherry picked from commit e0d2bc669e385cfd1c42c1e83aaff3495a75a822)
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
Signed-off-by: Liz Rea <wizzyrea@gmail.com>
Koha/Plugins/Base.pm