From 86691a797231d948212c5fb9106ecfff45659162 Mon Sep 17 00:00:00 2001
From: Robert Lange <robert.lange@uni-leipzig.de>
Date: Thu, 7 Sep 2023 15:28:22 +0200
Subject: [PATCH] refs #24324 [fid_adlr] addendum: fix import for cookie file

---
 themes/fid_adlr/templates/layout/layout.phtml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/themes/fid_adlr/templates/layout/layout.phtml b/themes/fid_adlr/templates/layout/layout.phtml
index 046f4aa4bc7..b19bedeb4a7 100644
--- a/themes/fid_adlr/templates/layout/layout.phtml
+++ b/themes/fid_adlr/templates/layout/layout.phtml
@@ -90,7 +90,7 @@
     // Deal with cart stuff:
     $cart = $this->cart();
     if ($cart->isActive()) {
-      $this->headScript()->appendFile("vendor/js.cookies.js");
+      $this->headScript()->appendFile("vendor/js.cookie.js");
       $this->headScript()->appendFile("cart.js");
       $domain = $cart->getCookieDomain();
       if (!empty($domain)) {
-- 
GitLab