Merge branch 'HotFixCache' into 3.6

This commit is contained in:
Romain Neutron
2012-02-22 12:39:17 +01:00
2 changed files with 12 additions and 8 deletions

View File

@@ -112,6 +112,11 @@ class cache_databox
$field->delete_data_from_cache();
}
foreach($record->get_subdefs() as $subdef)
{
$subdef->delete_data_from_cache();
}
break;
case 'structure':
$appbox->delete_data_from_cache(\appbox::CACHE_LIST_BASES);