fix cach & fix #398 move service fallback

This commit is contained in:
Nicolas Le Goff
2012-02-16 18:52:44 +01:00
parent 5743267b01
commit 371b21371d
7 changed files with 340 additions and 318 deletions

View File

@@ -155,8 +155,6 @@ class BasketElementRepository extends EntityRepository
throw new \Exception_Forbidden(_('You have not access to this basket element'));
}
$element = $this->_em->merge($element);
return $element;
}