From 6eed05bdbafd747cd9643d1367796eab829ee87d Mon Sep 17 00:00:00 2001 From: Victor Dubiniuk Date: Tue, 31 Mar 2015 02:18:34 +0300 Subject: [PATCH] Fix tests --- search/luceneresult.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {