PHRAS-295 #fix unmount databse cache

This commit is contained in:
Nicolas Le Goff
2014-09-25 15:45:22 +02:00
parent a7b59b84c7
commit 75334ad2bf

View File

@@ -515,6 +515,7 @@ class databox extends base
$stmt->closeCursor(); $stmt->closeCursor();
$this->app['phraseanet.appbox']->delete_data_from_cache(appbox::CACHE_LIST_BASES); $this->app['phraseanet.appbox']->delete_data_from_cache(appbox::CACHE_LIST_BASES);
$this->app['phraseanet.appbox']->delete_data_from_cache(appbox::CACHE_SBAS_IDS);
return; return;
} }