Remove some deprecated methods calls

This commit is contained in:
Benoît Burnichon
2016-03-06 23:05:55 +01:00
parent ba4274eb28
commit 6cdc9d7a31
77 changed files with 322 additions and 307 deletions

View File

@@ -133,8 +133,8 @@ class patch_320alpha4b extends patchAbstract
$item = new FeedItem();
$item->setEntry($entry);
$entry->addItem($item);
$item->setRecordId($record->get_record_id());
$item->setSbasId($record->get_sbas_id());
$item->setRecordId($record->getRecordId());
$item->setSbasId($record->getDataboxId());
$app['orm.em']->persist($item);
} catch (NotFoundHttpException $e) {