From 48f255b41221d9fe181b7d401724c557297552e0 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. --- 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 9f7d1054df..6bcbc1083c 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 4c20b0a571..2aefe6a2d1 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.11.0