mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-08 18:44:30 +00:00
Properly remove thesaurus from array cache
This commit is contained in:
@@ -1532,6 +1532,7 @@ class databox extends base implements ThumbnailedElement
|
|||||||
break;
|
break;
|
||||||
case self::CACHE_THESAURUS:
|
case self::CACHE_THESAURUS:
|
||||||
$this->thesaurus = null;
|
$this->thesaurus = null;
|
||||||
|
unset(self::$_dom_thesaurus[$this->id]);
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user