Fix getProfileUrl, so it works with preventProxyCache. fixes #10877

This commit is contained in:
Colin Kuskie 2009-09-02 19:07:54 -07:00
parent 831664397d
commit fea30d0db0
3 changed files with 17 additions and 4 deletions

View file

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