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