fix typo in comment
This commit is contained in:
parent
c7dc6dc2c2
commit
9c4b8ae54c
|
@ -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…
Reference in New Issue