From e4a9656c3d47bdb1fc25ad70def29b25a9003b35 Mon Sep 17 00:00:00 2001 From: Torben Dannhauer Date: Fri, 13 Mar 2026 23:53:08 +0100 Subject: [PATCH] Update cache_type to use NetDNS2 constant --- lib/Horde/Core/Factory/Dns.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Horde/Core/Factory/Dns.php b/lib/Horde/Core/Factory/Dns.php index a80fdef6..15a692ff 100644 --- a/lib/Horde/Core/Factory/Dns.php +++ b/lib/Horde/Core/Factory/Dns.php @@ -19,7 +19,7 @@ public function create(Horde_Injector $injector) $config = [ 'cache_file' => $tmpdir . '/horde_dns.cache' . gethostname(), 'cache_size' => 100000, - 'cache_type' => 'file', + 'cache_type' => \NetDNS2\Cache::CACHE_TYPE_FILE, ]; } else { $config = [];