Fix databox cache update

This commit is contained in:
Romain Neutron
2012-04-19 10:41:34 +02:00
parent 4b7f6175e7
commit 82c4474f55

View File

@@ -108,11 +108,6 @@ class cache_databox
$record = new \record_adapter($sbas_id, $row['value']);
$record->get_caption()->delete_data_from_cache();
foreach ($record->get_caption()->get_fields() as $field)
{
$field->delete_data_from_cache();
}
foreach($record->get_subdefs() as $subdef)
{
$subdef->delete_data_from_cache();