From eb63401632890302b46b4c7bdd59224e12e0649c Mon Sep 17 00:00:00 2001 From: David Cook Date: Wed, 8 Jul 2020 23:07:47 +0000 Subject: [PATCH] Bug 25672: Enable enable_plugin_browser_upload by default This patch enables enable_plugin_browser_upload by default, since the current behaviour for Koha is to enable browser upload when enable_plugins is 1. Signed-off-by: Nicolas Legrand --- 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 9f7d105..6bcbc10 100644 --- a/debian/templates/koha-conf-site.xml.in +++ b/debian/templates/koha-conf-site.xml.in @@ -279,7 +279,7 @@ __END_SRU_PUBLICSERVER__ 1 __PLUGINS_DIR__ 0 - 0 + 1 __UPLOAD_PATH__ __TMP_PATH__ /usr/share/koha/intranet/cgi-bin diff --git a/etc/koha-conf.xml b/etc/koha-conf.xml index 4c20b0a..2aefe6a 100644 --- a/etc/koha-conf.xml +++ b/etc/koha-conf.xml @@ -92,7 +92,7 @@ __PAZPAR2_TOGGLE_XML_POST__ 1 __PLUGINS_DIR__ 0 - 0 + 1 __INTRANET_CGI_DIR__ -- 2.1.4