[Rt-commit] rt branch, 4.0/group-by-i18n-in-search-chart-page, updated. rt-4.0.6-217-g18dd7b1
? sunnavy
sunnavy at bestpractical.com
Thu Jun 21 16:28:16 EDT 2012
The branch, 4.0/group-by-i18n-in-search-chart-page has been updated
via 18dd7b1d62c74cc6f0cd189d8a1fc7ebd069575c (commit)
from 7830be137a017de9f457bee2c0cfb951049f06ca (commit)
Summary of changes:
lib/RT/Report/Tickets.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 18dd7b1d62c74cc6f0cd189d8a1fc7ebd069575c
Author: sunnavy <sunnavy at bestpractical.com>
Date: Fri Jun 22 04:27:29 2012 +0800
typo
diff --git a/lib/RT/Report/Tickets.pm b/lib/RT/Report/Tickets.pm
index 71e6127..343d14d 100644
--- a/lib/RT/Report/Tickets.pm
+++ b/lib/RT/Report/Tickets.pm
@@ -69,7 +69,7 @@ sub Groupings {
{
push @fields,
$self->CurrentUser->loc($type) . ' '
- . $self->CurrentUser->loc($field), $type . '.' . $_;
+ . $self->CurrentUser->loc($field), $type . '.' . $field;
}
}
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list