change action name for change item article

This commit is contained in:
Manuel Raynaud
2013-08-13 10:12:04 +02:00
parent cf5ccdc7ae
commit 3bf7e79960
4 changed files with 8 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ class CartController extends BaseFrontController
{
$cartEvent = $this->getCartEvent();
$this->dispatch(TheliaEvents::CART_MODIFYARTICLE, $cartEvent);
$this->dispatch(TheliaEvents::CART_CHANGEARTICLE, $cartEvent);
}
protected function getCartEvent()