]> 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)
committerMason James <mtj@kohaaloha.com>
Sat, 25 Jul 2015 13:20:15 +0000 (01:20 +1200)
commitb3339e8afa4d59877b3ccda1f1378b1e43ab0667
treeea8dad888a76ca5f1d19f24a4059dc0f64b0105d
parent87a5b94de94b9cb2936d49de258662a8f6c5524a
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: Mason James <mtj@kohaaloha.com>
Koha/Plugins/Base.pm