]> git.koha-community.org Git - koha.git/commit
Bug 13473 - Plugins fail
authorKyle M Hall <kyle@bywatersolutions.com>
Tue, 17 Feb 2015 11:23:35 +0000 (06:23 -0500)
committerChris Cormack <chrisc@catalyst.net.nz>
Thu, 12 Mar 2015 06:59:16 +0000 (19:59 +1300)
commit20a6edb882acf6cc2e6940eb5b1ee8ba680dbafb
treed2bc69220580196bb9a8979c7fd04df66d08083b
parentf233b546e1a98e9fcb45a00712759c3568aed089
Bug 13473 - Plugins fail

When trying to execute or configure the plugin on 3.18 I got:

Template process failed: file error - doc-head-open.inc: not found at
/usr/share/koha/lib/C4/Templates.pm line 129.

Test Plan:
1) Install the Kitchen Sink plugin
2) Go to the configuration page of the plugin
3) Note the template processing error
4) Apply this patch
5) Refresh the page
6) Note the page now loads

Signed-off-by: Nick <nick@quecheelibrary.org>
Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
(cherry picked from commit 003993d547a98a3b1e085058b96aecd318ece036)
Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz>
C4/Templates.pm