From fd059a25d38213b6f812400ff75df96676433ae4 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Wed, 19 Jul 2017 19:59:21 +0200 Subject: [PATCH] Properly name variable Signed-off-by: Lukas Reschke --- lib/private/Search/Result/File.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/private/Search/Result/File.php b/lib/private/Search/Result/File.php index eb4750d8de..98ebef8753 100644 --- a/lib/private/Search/Result/File.php +++ b/lib/private/Search/Result/File.php @@ -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(); } /**