]> git.koha-community.org Git - koha.git/commit
Bug 14467: Security updates break some Koha plugins
authorKyle M Hall <kyle@bywatersolutions.com>
Thu, 25 Jun 2015 20:41:23 +0000 (16:41 -0400)
committerChris Cormack <chrisc@catalyst.net.nz>
Mon, 13 Jul 2015 22:51:51 +0000 (10:51 +1200)
commit42b55cf0f5b2e9a2b5e14f03fbb98ef2d8ec3f3f
treead387baa6832ea1e2d80675fa60ac3a7b0749680
parente873c9650af6d1de1b270485cf323ca83a54f8b5
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>
Koha/Plugins/Base.pm