Properly name variable
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
parent
6fb84ebb71
commit
fd059a25d3
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ class File extends \OCP\Search\Result {
|
|||
$this->path = $path;
|
||||
$this->size = $data->getSize();
|
||||
$this->modified = $data->getMtime();
|
||||
$this->mime = $data->getMimetype();
|
||||
$this->mime_type = $data->getMimetype();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue