mirror of
https://github.com/getgrav/grav.git
synced 2026-03-02 10:31:41 +01:00
Put back cache clear on flex save
This commit is contained in:
@@ -621,8 +621,7 @@ class FlexObject implements FlexObjectInterface, FlexAuthorizeInterface
|
||||
}
|
||||
|
||||
try {
|
||||
// FIXME: we need to clear some index meta
|
||||
//$this->getFlexDirectory()->getCache('index')->clear();
|
||||
$this->getFlexDirectory()->getCache('index')->clear();
|
||||
if (method_exists($this, 'clearMediaCache')) {
|
||||
$this->clearMediaCache();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user