// small fix

This commit is contained in:
Rémi Gaillard
2013-05-21 11:06:23 +02:00
parent 3d9596aa99
commit 7576bc18e4
+1 -1
View File
@@ -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;