Fixed small typo in records

This commit is contained in:
Andrey
2013-08-13 11:31:50 +02:00
parent 4dd60362c5
commit ddf58d0ddb

View File

@@ -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);