[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 Peralta Cordeiro
parent 3fb78ab108
commit c861eb7232

View File

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