diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/public/AppFramework/AuthPublicShareController.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/public/AppFramework/AuthPublicShareController.php b/lib/public/AppFramework/AuthPublicShareController.php index a22d381e1e3..f9d14bdb8ed 100644 --- a/lib/public/AppFramework/AuthPublicShareController.php +++ b/lib/public/AppFramework/AuthPublicShareController.php @@ -132,7 +132,6 @@ abstract class AuthPublicShareController extends PublicShareController { $this->session->regenerateId(); $response = $this->getRedirect(); - $this->session->clear(); $this->session->set('public_link_authenticated_token', $this->getToken()); $this->session->set('public_link_authenticated_password_hash', $this->getPasswordHash()); |