From 7576bc18e44f87ec75e403462b2e063effa5946c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Gaillard?= Date: Tue, 21 May 2013 11:06:23 +0200 Subject: [PATCH] // small fix --- 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 8d5f845c4..0dfce8c19 100644 --- a/modules/blockcart/blockcart.php +++ b/modules/blockcart/blockcart.php @@ -43,7 +43,7 @@ class BlockCart extends Module $this->description = $this->l('Adds a block containing the customer\'s shopping cart.'); } - public function assignContentVars(&$params) + public function assignContentVars($params) { global $errors;