Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/maps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArne Hamann <kontakt+github@arne.email>2022-03-23 19:36:10 +0300
committerArne Hamann <kontakt+github@arne.email>2022-03-23 19:37:35 +0300
commit1c217746353dfe9724000d241af52fd46ef82cfe (patch)
tree5df0fe44769fdeb174a3cb3fec260a4c91335227
parentaeafd50b328823e40d464003fc5fbe4606bbcd2d (diff)
Add addtional information to nonlocalized Photosimage-handling-backend
Signed-off-by: Arne Hamann <kontakt+github@arne.email>
-rw-r--r--lib/Service/GeophotoService.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Service/GeophotoService.php b/lib/Service/GeophotoService.php
index 50732b4b..9fc19aad 100644
--- a/lib/Service/GeophotoService.php
+++ b/lib/Service/GeophotoService.php
@@ -142,6 +142,7 @@ class GeophotoService {
foreach ($locations as $location) {
$file_object = new \stdClass();
$file_object->fileId = $photoEntity->getFileId();
+ $file_object->fileid = $file_object->fileId;
$file_object->path = $this->normalizePath($path);
$file_object->hasPreview = in_array($cacheEntry->getMimeType(), $previewEnableMimetypes);
$file_object->lat = $location[0];