[Rt-commit] r18169 - in rt/3.999/branches/merge_to_3.8.2: .
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Wed Feb 4 02:53:59 EST 2009
Author: sunnavy
Date: Wed Feb 4 02:53:58 2009
New Revision: 18169
Modified:
rt/3.999/branches/merge_to_3.8.2/ (props changed)
rt/3.999/branches/merge_to_3.8.2/lib/RT/Dashboard.pm
Log:
r19501 at sunnavys-mb: sunnavy | 2009-02-04 15:07:57 +0800
tiny case fix for lib/RT/Dashboard.pm
Modified: rt/3.999/branches/merge_to_3.8.2/lib/RT/Dashboard.pm
==============================================================================
--- rt/3.999/branches/merge_to_3.8.2/lib/RT/Dashboard.pm (original)
+++ rt/3.999/branches/merge_to_3.8.2/lib/RT/Dashboard.pm Wed Feb 4 02:53:58 2009
@@ -108,8 +108,7 @@
return $object->add_attribute(
'name' => 'Dashboard',
'description' => $args->{'name'},
- 'content' => { Panes => $args->{'panes'} },
-
+ 'content' => { panes => $args->{'panes'} },
);
}
More information about the Rt-commit
mailing list