This commit is contained in:
Romain Neutron
2013-10-30 19:35:23 +01:00
parent 36f7b24f26
commit 9b471fdf76
129 changed files with 473 additions and 477 deletions

View File

@@ -1578,7 +1578,7 @@ class record_adapter implements record_Interface, cache_cacheableInterface
$stmt->execute(array(':record_id' => $this->get_record_id()));
$stmt->closeCursor();
$base_ids = array_map(function($collection) {
$base_ids = array_map(function ($collection) {
return $collection->get_base_id();
}, $this->databox->get_collections());