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

github.com/nextcloud/circles.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2022-06-23 14:13:05 +0300
committerGitHub <noreply@github.com>2022-06-23 14:13:05 +0300
commit4beb186fc1e7f7e318dc790a5b9b13fec82dfde0 (patch)
tree2febbdd97b0a2584552c803088641bed199babb0
parentf73145a4aae581aa56354a064b21fbeb7908a551 (diff)
parent683b570e90f5e593b46932ad54ee42b5f535244e (diff)
Merge pull request #1091 from nextcloud/fix/getAllShare-crash
Fix getAllShare crash
-rw-r--r--lib/ShareByCircleProvider.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ShareByCircleProvider.php b/lib/ShareByCircleProvider.php
index 393de658..be595037 100644
--- a/lib/ShareByCircleProvider.php
+++ b/lib/ShareByCircleProvider.php
@@ -671,5 +671,6 @@ class ShareByCircleProvider implements IShareProvider {
// };
// }
// $cursor->closeCursor();
+ return [];
}
}