diff options
author | Bjoern Schiessle <schiessle@owncloud.com> | 2013-11-25 10:29:05 +0100 |
---|---|---|
committer | Bjoern Schiessle <schiessle@owncloud.com> | 2013-11-25 10:29:05 +0100 |
commit | 9c4b8ae54c65f109146166b277d99bd4769cc3ec (patch) | |
tree | 96efdec9b01bafb3ed0cd363d643697de20384cf /apps/files_encryption | |
parent | c7dc6dc2c2d0d2de72256a6f7bcacaf3ec59bd0c (diff) | |
download | nextcloud-server-9c4b8ae54c65f109146166b277d99bd4769cc3ec.tar.gz nextcloud-server-9c4b8ae54c65f109146166b277d99bd4769cc3ec.zip |
fix typo in comment
Diffstat (limited to 'apps/files_encryption')
-rwxr-xr-x | apps/files_encryption/lib/helper.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_encryption/lib/helper.php b/apps/files_encryption/lib/helper.php index e66a84d909f..a844fc6a398 100755 --- a/apps/files_encryption/lib/helper.php +++ b/apps/files_encryption/lib/helper.php @@ -256,7 +256,7 @@ class Helper { $user = \OCP\User::getUser(); - // if we are logged in, than we return the userid + // if we are logged in, then we return the userid if ($user) { return $user; } |