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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-08-25 13:08:41 +0300
committerJoas Schilling <coding@schilljs.com>2021-08-25 13:08:41 +0300
commit01e80075baf36fce01b4405a8d91cd13937376ca (patch)
tree2c8a2e6c9f58b87f62469d3bf8de99f77c0486b7 /lib
parentf813c3f7ffa9e1d6d981f7fb137d26692470695c (diff)
Remove unused param
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/Service/ParticipantService.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Service/ParticipantService.php b/lib/Service/ParticipantService.php
index fc6d312c8..7d2adffc7 100644
--- a/lib/Service/ParticipantService.php
+++ b/lib/Service/ParticipantService.php
@@ -423,7 +423,7 @@ class ParticipantService {
$circlesManager->startSession($federatedUser);
try {
$circle = $circlesManager->getCircle($circleId);
- $circlesManager->stopSession($federatedUser);
+ $circlesManager->stopSession();
return $circle;
} catch (\Exception $e) {
}