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:09 +0300
committerGitHub <noreply@github.com>2019-10-30 21:53:09 +0300
commit97812856cf43d9bc39351d27c7e9ce55bd7a317f (patch)
tree58004ca401f8649f3cdeba7363feed9a4fe0b778
parent7b766fad936065de91ba2c3afa9c4cfca7d4b8bd (diff)
parenta33b0519c8d62b14ea0991a2b82f3742414a4054 (diff)
Merge pull request #17688 from nextcloud/backport/17626/stable17
[stable17] 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);