From 8bb4c754110dd2a3e1df1f026c519c213d78f5be Mon Sep 17 00:00:00 2001 From: rMalie Date: Wed, 27 Jul 2011 08:15:21 +0000 Subject: [PATCH] // Fix #PSFV-21 --- modules/blockcart/blockcart.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/blockcart/blockcart.php b/modules/blockcart/blockcart.php index 5f68f7872..b26418ff1 100644 --- a/modules/blockcart/blockcart.php +++ b/modules/blockcart/blockcart.php @@ -101,7 +101,7 @@ class BlockCart extends Module if (sizeof($errors)) $smarty->assign('errors', $errors); if(isset($context->cookie->ajax_blockcart_display)) - $smarty->assign('colapseExpandStatus', $cookie->ajax_blockcart_display); + $smarty->assign('colapseExpandStatus', $context->cookie->ajax_blockcart_display); } public function getContent()