Skip to content

Commit

Permalink
Small fixes [ci skip]
Browse files Browse the repository at this point in the history
Fixed: Wrong ID
Updated: Changelog
  • Loading branch information
Ninos Ego committed Oct 14, 2015
1 parent c08f6c2 commit c5b67c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
Expand Up @@ -57,6 +57,7 @@ FRONTEND
Fixed: Load time issues in several pages (jQuery)
Fixed: Possible ERR_INCOMPLETE_CHUNKED_ENCODING error due to wrong permissions on nginx tmp (fastcgi) directory
Fixed: Wrong issue tracker links in admin/database_update.php
Fixed: 404 error on domain statistics page
Introduced: HSTS (HTTP Strict Transport Security) feature

INSTALLER
Expand Down
2 changes: 1 addition & 1 deletion gui/themes/default/reseller/users.tpl
Expand Up @@ -83,7 +83,7 @@
<a class="icon i_details" href="change_user_interface.php?to_id={USER_ID}"
title="{CHANGE_INTERFACE}">{CHANGE_INTERFACE}</a>
<a class="icon i_stats"
href="user_statistics_details.php?user_id={DOMAIN_ID}"
href="user_statistics_details.php?user_id={USER_ID}"
title="{TR_STAT}">{TR_STAT}</a>
<a class="icon i_delete" href="user_delete.php?id={USER_ID}" title="{ACTION}">{ACTION}</a>
</td>
Expand Down

0 comments on commit c5b67c4

Please sign in to comment.