mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 07:23:13 +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)
|
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