mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
fix typo in comment
This commit is contained in:
parent
c7dc6dc2c2
commit
9c4b8ae54c
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue