From 8cf9b423d5b2d66694f5772bc5310d088cb466c1 Mon Sep 17 00:00:00 2001 From: Thomas Müller Date: Thu, 2 Apr 2015 13:12:05 +0200 Subject: cleanup --- apps/encryption/hooks/userhooks.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apps/encryption/hooks') diff --git a/apps/encryption/hooks/userhooks.php b/apps/encryption/hooks/userhooks.php index 3b56135c36b..742c7d7580b 100644 --- a/apps/encryption/hooks/userhooks.php +++ b/apps/encryption/hooks/userhooks.php @@ -201,7 +201,7 @@ class UserHooks implements IHook { } } - /** + /** * Change a user's encryption passphrase * * @param array $params keys: uid, password @@ -225,7 +225,7 @@ class UserHooks implements IHook { $this->keyManager->setPrivateKey($this->user->getUser()->getUID(), $encryptedPrivateKey); } else { - $this->log->error('Encryption could not update users encryption password'); + $this->logger->error('Encryption could not update users encryption password'); } // NOTE: Session does not need to be updated as the @@ -266,7 +266,7 @@ class UserHooks implements IHook { $this->recovery->recoverUsersFiles($recoveryPassword, $user); } } else { - $this->log->error('Encryption Could not update users encryption password'); + $this->logger->error('Encryption Could not update users encryption password'); } } } -- cgit v1.2.3