Skip to content
This repository was archived by the owner on Oct 30, 2018. It is now read-only.

Commit 98c0f1f

Browse files
committed
Fix tests
1 parent 8eeb587 commit 98c0f1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

search/luceneresult.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function __construct(QueryHit $hit) {
4848
);
4949
$this->permissions = $this->getPermissions($this->path);
5050
$this->modified = (int)$hit->mtime;
51-
$this->mime = $hit->mimetype;
51+
$this->mime_type = $hit->mimetype;
5252
}
5353

5454
protected function getRelativePath ($path) {

0 commit comments

Comments
 (0)