Telmur

Results 1 comments of Telmur

I did this in FileService.php on my local install and it seem it works now. ` if (gettype($document) != 'string') { if ($document->getContent() === null) { $document->getIndex() ->unsetStatus(IIndex::INDEX_CONTENT); } $this->updateCommentsFromFile($document);...