diff options
Diffstat (limited to 'extensions/UserProfile/template/en')
-rw-r--r-- | extensions/UserProfile/template/en/default/hook/account/prefs/account-start.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/UserProfile/template/en/default/hook/account/prefs/account-start.html.tmpl b/extensions/UserProfile/template/en/default/hook/account/prefs/account-start.html.tmpl index f2e3aad01..b3a2fc5ea 100644 --- a/extensions/UserProfile/template/en/default/hook/account/prefs/account-start.html.tmpl +++ b/extensions/UserProfile/template/en/default/hook/account/prefs/account-start.html.tmpl @@ -6,6 +6,6 @@ # defined by the Mozilla Public License, v. 2.0. #%] -<a href="user_profile?login=[% user.login FILTER uri %]"> +<a href="user_profile?user_id=[% user.id FILTER none %]"> [% terms.Bugzilla %] User Profile </a><br><hr> |