fix typo in comment

This commit is contained in:
Bjoern Schiessle 2013-11-25 10:29:05 +01:00
parent c7dc6dc2c2
commit 9c4b8ae54c
1 changed files with 1 additions and 1 deletions

View File

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