From 2cade95f80c4314764b4ecb48fe63c5f0045d128 Mon Sep 17 00:00:00 2001 From: Marcel de Rooy Date: Fri, 6 Mar 2026 08:58:42 +0100 Subject: [PATCH] Bug 41991: Allow SetEnv to work with SUSPEND_PLUGIN Content-Type: text/plain; charset=utf-8 We need to add this to our Middleware module. Test plan: See next patch. Signed-off-by: Marcel de Rooy --- Koha/Middleware/SetEnv.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/Koha/Middleware/SetEnv.pm b/Koha/Middleware/SetEnv.pm index 3cba947f84..ff98ce322c 100644 --- a/Koha/Middleware/SetEnv.pm +++ b/Koha/Middleware/SetEnv.pm @@ -70,6 +70,7 @@ my $allowed_setenvs = qr/^( OPAC_CSS_OVERRIDE | OPAC_SEARCH_LIMIT | OPAC_LIMIT_OVERRIDE | + SUSPEND_PLUGIN_(\w+) | TZ )\ /x; -- 2.39.5