Properly name variable

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
This commit is contained in:
Lukas Reschke 2017-07-19 19:59:21 +02:00 committed by Roeland Jago Douma
parent 6fb84ebb71
commit fd059a25d3
No known key found for this signature in database
GPG Key ID: F941078878347C0C
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}
/**