mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Merge pull request #1552 from jygaulier/PHRAS-794_clone-PHRAS-793
#PHRAS-794 #time 5m
This commit is contained in:
@@ -430,7 +430,7 @@ class caption_Field_Value implements cache_cacheableInterface
|
||||
*/
|
||||
public function get_cache_key($option = null)
|
||||
{
|
||||
return 'caption_fieldvalue_' . $this->id . '_' . ($option ? '_' . $option : '');
|
||||
return 'caption_fieldvalue_' . $this->record->getDatabox()->get_sbas_id() . '_' . $this->id . '_' . ($option ? '_' . $option : '');
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user