Skip to content
Snippets Groups Projects
Commit 86691a79 authored by Robert Lange's avatar Robert Lange
Browse files

refs #24324 [fid_adlr] addendum: fix import for cookie file

parent 9aed92de
No related merge requests found
......@@ -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)) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment