Fix getProfileUrl, so it works with preventProxyCache. fixes #10877
This commit is contained in:
parent
831664397d
commit
fea30d0db0
3 changed files with 17 additions and 4 deletions
|
|
@ -814,7 +814,7 @@ sub getProfileUrl {
|
|||
|
||||
my $identifier = $session->config->get("profileModuleIdentifier");
|
||||
|
||||
return qq{$page?op=account;module=$identifier;do=view;uid=}.$self->userId;
|
||||
return $session->url->append($page,qq{op=account;module=$identifier;do=view;uid=}.$self->userId);
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue