diff options
author | Sandro Lutz <sandro.lutz@temparus.ch> | 2016-12-11 11:24:05 +0100 |
---|---|---|
committer | Sandro Lutz <sandro.lutz@temparus.ch> | 2017-02-01 21:50:47 +0100 |
commit | e14d50eb1f58578a4dd9c3cd7feb19b426e7ad6c (patch) | |
tree | 119abdba288fea6c385b351c423acc135b798bac /core/Controller | |
parent | 4ebcd5ac0b810314867c04a8dbbbfd484ff34ed1 (diff) | |
download | nextcloud-server-e14d50eb1f58578a4dd9c3cd7feb19b426e7ad6c.tar.gz nextcloud-server-e14d50eb1f58578a4dd9c3cd7feb19b426e7ad6c.zip |
Fix indentation
Signed-off-by: Sandro Lutz <sandro.lutz@temparus.ch>
Diffstat (limited to 'core/Controller')
-rw-r--r-- | core/Controller/LoginController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Controller/LoginController.php b/core/Controller/LoginController.php index 0d52a19d57e..d30a7659079 100644 --- a/core/Controller/LoginController.php +++ b/core/Controller/LoginController.php @@ -217,7 +217,7 @@ class LoginController extends Controller { $originalUser = $user; - $this->userManager->emit('\OC\User', 'preLoginValidation', array($user, $password)); + $this->userManager->emit('\OC\User', 'preLoginValidation', array($user, $password)); // TODO: Add all the insane error handling /* @var $loginResult IUser */ |