mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 15:33:15 +00:00
Fix cache asynchro
This commit is contained in:
5
lib/classes/cache/databox.class.php
vendored
5
lib/classes/cache/databox.class.php
vendored
@@ -104,6 +104,11 @@ class cache_databox
|
|||||||
$field->delete_data_from_cache();
|
$field->delete_data_from_cache();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
foreach($record->get_subdefs() as $subdef)
|
||||||
|
{
|
||||||
|
$subdef->delete_data_from_cache();
|
||||||
|
}
|
||||||
|
|
||||||
break;
|
break;
|
||||||
case 'structure':
|
case 'structure':
|
||||||
$appbox->delete_data_from_cache(\appbox::CACHE_LIST_BASES);
|
$appbox->delete_data_from_cache(\appbox::CACHE_LIST_BASES);
|
||||||
|
Reference in New Issue
Block a user