[Rt-commit] r18163 - in rt/3.999/branches/merge_to_3.8.2: .

sunnavy at bestpractical.com sunnavy at bestpractical.com
Wed Feb 4 02:52:06 EST 2009


Author: sunnavy
Date: Wed Feb  4 02:52:03 2009
New Revision: 18163

Modified:
   rt/3.999/branches/merge_to_3.8.2/   (props changed)
   rt/3.999/branches/merge_to_3.8.2/share/html/Elements/Tabs

Log:
 r19495 at sunnavys-mb:  sunnavy | 2009-02-04 13:57:08 +0800
 case fix for share/html/Elements/Tabs


Modified: rt/3.999/branches/merge_to_3.8.2/share/html/Elements/Tabs
==============================================================================
--- rt/3.999/branches/merge_to_3.8.2/share/html/Elements/Tabs	(original)
+++ rt/3.999/branches/merge_to_3.8.2/share/html/Elements/Tabs	Wed Feb  4 02:52:03 2009
@@ -93,7 +93,7 @@
 		     };
 }
 
-if (Jifty->web->current_user->has_right( Right => 'ShowApprovalsTab',
+if (Jifty->web->current_user->has_right( right => 'ShowApprovalsTab',
                         object => RT->system )) {
     $basetabs->{p} = { title => _('Approval'),
                         path => 'Approvals/'


More information about the Rt-commit mailing list