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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2019-10-30 21:53:13 +0300
committerGitHub <noreply@github.com>2019-10-30 21:53:13 +0300
commit522d05073152ddfd1b2e1e69d8fe90d3e3ded2e7 (patch)
tree8b2d44be06494fad3a678020e16954d84111e58b
parent7c207d002a858a09808b0b1294243355ee91493b (diff)
parentbb42b520ef6872d06d3e693502928a81485cd98f (diff)
Merge pull request #17689 from nextcloud/backport/17626/stable16
[stable16] Fix weird KDE bug with loginflowv2
-rw-r--r--core/Service/LoginFlowV2Service.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/core/Service/LoginFlowV2Service.php b/core/Service/LoginFlowV2Service.php
index d8912adfa02..e9d92acccbf 100644
--- a/core/Service/LoginFlowV2Service.php
+++ b/core/Service/LoginFlowV2Service.php
@@ -131,10 +131,6 @@ class LoginFlowV2Service {
return false;
}
- if ($data->getStarted() !== 0) {
- return false;
- }
-
$data->setStarted(1);
$this->mapper->update($data);