diff --git a/search/luceneresult.php b/search/luceneresult.php index b42d7ceb5..b36638383 100644 --- a/search/luceneresult.php +++ b/search/luceneresult.php @@ -48,7 +48,7 @@ public function __construct(QueryHit $hit) { ); $this->permissions = $this->getPermissions($this->path); $this->modified = (int)$hit->mtime; - $this->mime = $hit->mimetype; + $this->mime_type = $hit->mimetype; } protected function getRelativePath ($path) {