From 2e07e91e83548efaaf3e3dd956edbd5c745adfff 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 --- C4/Context.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/C4/Context.pm b/C4/Context.pm index 6c51b3b862c..f6eaeaf5b41 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