mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
Fixed small typo in records
This commit is contained in:
@@ -211,7 +211,7 @@ class Records implements ControllerProviderInterface
|
||||
|
||||
foreach ($records as $record) {
|
||||
try {
|
||||
$basketElements = $basketElementsRepository->findBy(array('recordId' => $record->getId()));
|
||||
$basketElements = $basketElementsRepository->findBy(array('recordId' => $record->get_id()));
|
||||
|
||||
foreach ($basketElements as $element) {
|
||||
$app['EM']->remove($element);
|
||||
|
Reference in New Issue
Block a user