mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 15:33:15 +00:00
Fix bug
This commit is contained in:
@@ -900,7 +900,7 @@ class record_adapter implements record_Interface, cache_cacheableInterface
|
|||||||
$title = $title != "" ? $title : _('reponses::document sans titre');
|
$title = $title != "" ? $title : _('reponses::document sans titre');
|
||||||
|
|
||||||
if ($cache) {
|
if ($cache) {
|
||||||
$this->set_data_from_cache(self::CACHE_TITLE, $title);
|
$this->set_data_to_cache(self::CACHE_TITLE, $title);
|
||||||
}
|
}
|
||||||
|
|
||||||
return $title;
|
return $title;
|
||||||
|
Reference in New Issue
Block a user