mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
fix cach & fix #398 move service fallback
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user