[-] BO : fix #PSFV-260

This commit is contained in:
lLefevre
2012-01-05 10:39:05 +00:00
parent 6fc1057aa7
commit 3b4f7185ad
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ if (empty($token) === false)
}
WishList::incCounter((int)($wishlist['id_wishlist']));
$ajax = Configuration::get('PS_BLOCK_CART_AJAX');
$context->context->smarty->assign(array (
$context->smarty->assign(array (
'current_wishlist' => $wishlist,
'token' => $token,
'ajax' => ((isset($ajax) AND (int)($ajax) == 1) ? '1' : '0'),