diff options
-rwxr-xr-x | editproducts.cgi | 2 | ||||
-rw-r--r-- | template/en/default/admin/products/updated.html.tmpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/editproducts.cgi b/editproducts.cgi index 8fc074ef2..9ffa64650 100755 --- a/editproducts.cgi +++ b/editproducts.cgi @@ -984,7 +984,7 @@ if ($action eq 'update') { } $vars->{'confirmedbugs'} = \@updated_bugs; - $vars->{'changer'} = $whoid; + $vars->{'changer'} = $user->login; } $vars->{'old_product'} = $product_old; diff --git a/template/en/default/admin/products/updated.html.tmpl b/template/en/default/admin/products/updated.html.tmpl index 993a27ed9..e74720fed 100644 --- a/template/en/default/admin/products/updated.html.tmpl +++ b/template/en/default/admin/products/updated.html.tmpl @@ -39,7 +39,7 @@ # # confirmedbugs: list of bug ids, which were confirmed by votes # - # changer: string; user id of the user making the changes, used for mailing + # changer: string; login of the user making the changes, used for mailing # bug changes if necessary # #%] |