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

github.com/nextcloud/fulltextsearch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2018-06-11 12:59:04 +0300
committerMaxence Lange <maxence@artificial-owl.com>2018-06-11 12:59:04 +0300
commit3b0b80f970f2c552690d1d4ad87b9495e9bcde43 (patch)
tree88d4d87392af63e7797aaf6fefed5b3f1c0526c3 /lib
parentdd0888a04aaf0e102a4407e094cf21c86fbb571d (diff)
new UI
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Model/Index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Model/Index.php b/lib/Model/Index.php
index 0c01171..e5efa1a 100644
--- a/lib/Model/Index.php
+++ b/lib/Model/Index.php
@@ -298,6 +298,7 @@ class Index implements \JsonSerializable {
return [
'ownerId' => $this->getOwnerId(),
'providerId' => $this->getProviderId(),
+ 'source' => $this->getSource(),
'documentId' => $this->getDocumentId(),
'lastIndex' => $this->getLastIndex(),
'status' => (int)$this->getStatus(),