[Rt-commit] r18160 - in rt/3.999/branches/merge_to_3.8.2: .
sunnavy at bestpractical.com
sunnavy at bestpractical.com
Wed Feb 4 02:51:16 EST 2009
Author: sunnavy
Date: Wed Feb 4 02:51:16 2009
New Revision: 18160
Modified:
rt/3.999/branches/merge_to_3.8.2/ (props changed)
rt/3.999/branches/merge_to_3.8.2/share/html/Approvals/autohandler
Log:
r19492 at sunnavys-mb: sunnavy | 2009-02-04 13:33:29 +0800
tiny fix
Modified: rt/3.999/branches/merge_to_3.8.2/share/html/Approvals/autohandler
==============================================================================
--- rt/3.999/branches/merge_to_3.8.2/share/html/Approvals/autohandler (original)
+++ rt/3.999/branches/merge_to_3.8.2/share/html/Approvals/autohandler Wed Feb 4 02:51:16 2009
@@ -46,8 +46,8 @@
%#
%# END BPS TAGGED BLOCK }}}
<%init>
-$m->call_next(%ARGS) if Jifty->web->current_user->user_obj->has_right(
+$m->call_next(%ARGS) if Jifty->web->current_user->has_right(
right => 'ShowApprovalsTab',
- object => $RT::System,
+ object => RT->system,
);
</%init>
More information about the Rt-commit
mailing list