PHRAS-773 #time 1m

test
This commit is contained in:
Jean-Yves Gaulier
2015-10-21 11:01:02 +02:00
committed by Benoît Burnichon
parent 10b776af1b
commit 67a9f9e106

View File

@@ -924,7 +924,7 @@ class databox extends base implements ThumbnailedElement
$stmt->execute([':xml' => $this->thesaurus, ':date' => $now]);
$stmt->closeCursor();
$this->delete_data_from_cache(databox::CACHE_THESAURUS);
/*
$this->app['dispatcher']->dispatch(
DataboxEvents::THESAURUS_CHANGED,
new ThesaurusChangedEvent(
@@ -934,7 +934,7 @@ class databox extends base implements ThumbnailedElement
)
)
);
*/
return $this;
}