Browse Source

fix typo in comment

remotes/origin/stable6
Bjoern Schiessle 13 years ago
parent
commit
9c4b8ae54c
  1. 2
      apps/files_encryption/lib/helper.php

2
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;
}

Loading…
Cancel
Save