Properly remove thesaurus from array cache

This commit is contained in:
Benoît Burnichon
2015-11-03 18:24:19 +01:00
parent a5be4ada67
commit 953ec2f2cf

View File

@@ -1532,6 +1532,7 @@ class databox extends base implements ThumbnailedElement
break;
case self::CACHE_THESAURUS:
$this->thesaurus = null;
unset(self::$_dom_thesaurus[$this->id]);
break;
default:
break;