[CORE] Update common_user_uri

To be consistent between federated-protocols and maintain non-fancy URIs
This commit is contained in:
tenma 2019-10-28 15:03:28 +00:00 committed by Diogo Cordeiro
parent 69add504e6
commit ae54a94d41
1 changed files with 2 additions and 1 deletions

View File

@ -2232,7 +2232,8 @@ function common_user_uri(&$user)
['id' => $user->id],
null,
null,
false
false,
true
);
}