[CORE] Update common_user_uri
To be consistent between federated-protocols and maintain non-fancy URIs
This commit is contained in:
parent
3fb78ab108
commit
c861eb7232
|
@ -2232,7 +2232,8 @@ function common_user_uri(&$user)
|
|||
['id' => $user->id],
|
||||
null,
|
||||
null,
|
||||
false
|
||||
false,
|
||||
true
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user