Fixed FlexDirectory::reloadIndex() to actually get the items from the filesystem

This commit is contained in:
Matias Griese 2022-06-29 21:32:50 +03:00
parent ec3175fc89
commit 32dd550178

View File

@ -788,6 +788,7 @@ class FlexDirectory implements FlexDirectoryInterface
public function reloadIndex(): void
{
$this->getCache('index')->clear();
$this->getIndex()::loadEntriesFromStorage($this->getStorage());
$this->indexes = [];
$this->objects = [];