This commit is contained in:
Romain Neutron
2012-06-14 00:48:54 +02:00
parent e80588b7db
commit c5e601b1d4

View File

@@ -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;