diff options
Diffstat (limited to 'extensions/UserProfile/template/en/default')
-rw-r--r-- | extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl b/extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl index cc10d1706..810a974ec 100644 --- a/extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl +++ b/extensions/UserProfile/template/en/default/pages/user_profile.html.tmpl @@ -93,7 +93,7 @@ <th>Last activity</th> <td colspan="2"> [% IF user.id %] - <a href="page.cgi?id=user_activity.html&action=run&who=[% target.login FILTER uri %]&from=-4w"> + <a href="page.cgi?id=user_activity.html&action=run&who=[% target.login FILTER uri %]"> [% END %] [% target.last_activity_ts FILTER time %] [% "</a>" IF user.id %] |