diff --git a/system/src/Grav/Framework/Flex/FlexObject.php b/system/src/Grav/Framework/Flex/FlexObject.php index 294162022..4adabe94b 100644 --- a/system/src/Grav/Framework/Flex/FlexObject.php +++ b/system/src/Grav/Framework/Flex/FlexObject.php @@ -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(); }