From dbfa6444fae58cab2fd045727daca25d6ec7bddc Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Fri, 13 Feb 2026 17:36:11 +0000 Subject: [PATCH] Bug 38384: (follow-up) use Koha::Database in C4::Context Content-Type: text/plain; charset=utf-8 Signed-off-by: Marcel de Rooy --- C4/Context.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/C4/Context.pm b/C4/Context.pm index 6c51b3b862..f6eaeaf5b4 100644 --- a/C4/Context.pm +++ b/C4/Context.pm @@ -45,11 +45,12 @@ use YAML::XS; use ZOOM; use List::MoreUtils qw(any); +use Koha; use Koha::Caches; use Koha::Config::SysPref; use Koha::Config::SysPrefs; use Koha::Config; -use Koha; +use Koha::Database; =head1 NAME -- 2.39.5