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

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
VicDeo committed May 26, 2015
1 parent d6580c0 commit 6eed05b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion search/luceneresult.php
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 6eed05b

Please sign in to comment.