From 546ab6ffc42b4313fdf5706fc312a594015c0a4c Mon Sep 17 00:00:00 2001 From: Nick Clemens <nick@bywatersolutions.com> Date: Thu, 22 Feb 2018 16:46:19 +0000 Subject: [PATCH] Bug 20275: Add comment to let user know they can define multiple plugindirs Signed-off-by: Mark Tompsett <mtompset@hotmail.com> --- debian/templates/koha-conf-site.xml.in | 2 +- etc/koha-conf.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/templates/koha-conf-site.xml.in b/debian/templates/koha-conf-site.xml.in index 85b54a9..6056ee2 100644 --- a/debian/templates/koha-conf-site.xml.in +++ b/debian/templates/koha-conf-site.xml.in @@ -258,7 +258,7 @@ __END_SRU_PUBLICSERVER__ <biblioservershadow>1</biblioservershadow> <authorityserver>authorities</authorityserver> <authorityservershadow>1</authorityservershadow> - <pluginsdir>__PLUGINS_DIR__</pluginsdir> + <pluginsdir>__PLUGINS_DIR__</pluginsdir> <!-- This entry can be repeated to use multiple directories --> <enable_plugins>0</enable_plugins> <upload_path>__UPLOAD_PATH__</upload_path> <intranetdir>/usr/share/koha/intranet/cgi-bin</intranetdir> diff --git a/etc/koha-conf.xml b/etc/koha-conf.xml index 268175d..b615b43 100644 --- a/etc/koha-conf.xml +++ b/etc/koha-conf.xml @@ -90,7 +90,7 @@ __PAZPAR2_TOGGLE_XML_POST__ <biblioservershadow>1</biblioservershadow> <authorityserver>authorities</authorityserver> <authorityservershadow>1</authorityservershadow> - <pluginsdir>__PLUGINS_DIR__</pluginsdir> + <pluginsdir>__PLUGINS_DIR__</pluginsdir> <!-- This entry can be repeated to use multiple directories --> <enable_plugins>0</enable_plugins> <upload_path></upload_path> <intranetdir>__INTRANET_CGI_DIR__</intranetdir> -- 2.1.4