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

github.com/pierre-alain-b/rainloop-nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorLaurent Dinclaux <laurent@gecka.nc>2021-01-16 07:21:21 +0300
committerLaurent Dinclaux <laurent@gecka.nc>2021-01-16 07:21:21 +0300
commit102061928845807786384f7486a16bb0879b3f30 (patch)
treede891fab83c92e9bcfc7b38dfe93007f184d931e /lib
parente8b153f963f3e60d9e73fb55ba181433097de1c4 (diff)
Fix indentation. Related pierre-alain-b/rainloop-nextcloud#213
Diffstat (limited to 'lib')
-rw-r--r--lib/Util/RainLoopHelper.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Util/RainLoopHelper.php b/lib/Util/RainLoopHelper.php
index 9aca80e..a0e88aa 100644
--- a/lib/Util/RainLoopHelper.php
+++ b/lib/Util/RainLoopHelper.php
@@ -23,7 +23,7 @@ class RainLoopHelper {
public function registerHooks() {
$this->userSession->listen('\OC\User', 'postLogin', function($user, $loginName, $password, $isTokenLogin) {
- $this->login($user, $loginName, $password, $isTokenLogin, $this->config, $this->session);
+ $this->login($user, $loginName, $password, $isTokenLogin, $this->config, $this->session);
});
$this->userSession->listen('\OC\User', 'logout', function() {