mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-12 12:33:26 +00:00
Merge branch 'HotFixCache' into 3.6
This commit is contained in:
5
lib/classes/cache/databox.class.php
vendored
5
lib/classes/cache/databox.class.php
vendored
@@ -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);
|
||||
|
Reference in New Issue
Block a user