mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 15:33:15 +00:00
PHRAS-773 #time 1m
test
This commit is contained in:

committed by
Benoît Burnichon

parent
10b776af1b
commit
67a9f9e106
@@ -924,7 +924,7 @@ class databox extends base implements ThumbnailedElement
|
|||||||
$stmt->execute([':xml' => $this->thesaurus, ':date' => $now]);
|
$stmt->execute([':xml' => $this->thesaurus, ':date' => $now]);
|
||||||
$stmt->closeCursor();
|
$stmt->closeCursor();
|
||||||
$this->delete_data_from_cache(databox::CACHE_THESAURUS);
|
$this->delete_data_from_cache(databox::CACHE_THESAURUS);
|
||||||
|
/*
|
||||||
$this->app['dispatcher']->dispatch(
|
$this->app['dispatcher']->dispatch(
|
||||||
DataboxEvents::THESAURUS_CHANGED,
|
DataboxEvents::THESAURUS_CHANGED,
|
||||||
new ThesaurusChangedEvent(
|
new ThesaurusChangedEvent(
|
||||||
@@ -934,7 +934,7 @@ class databox extends base implements ThumbnailedElement
|
|||||||
)
|
)
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
*/
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user