[Rt-commit] r13211 - in rt/branches/3.8-TESTING: .

sartak at bestpractical.com sartak at bestpractical.com
Thu Jun 12 12:20:59 EDT 2008


Author: sartak
Date: Thu Jun 12 12:20:58 2008
New Revision: 13211

Modified:
   rt/branches/3.8-TESTING/   (props changed)
   rt/branches/3.8-TESTING/share/html/Admin/Users/MyRT.html

Log:
 r62268 at onn:  sartak | 2008-06-12 12:19:06 -0400
 @actions needs to be defined earlier in Admin/Users/MyRT


Modified: rt/branches/3.8-TESTING/share/html/Admin/Users/MyRT.html
==============================================================================
--- rt/branches/3.8-TESTING/share/html/Admin/Users/MyRT.html	(original)
+++ rt/branches/3.8-TESTING/share/html/Admin/Users/MyRT.html	Thu Jun 12 12:20:58 2008
@@ -71,6 +71,7 @@
 % }
 
 <%init>
+my @actions;
 my $current_tab;
 $current_tab = 'Admin/Users/MyRT.html?id='.$id if $id;
 my $UserObj = new RT::User($session{'CurrentUser'});
@@ -94,7 +95,6 @@
 my @objs = ($sys);
 
 push @objs, RT::SavedSearches->new( RT::CurrentUser->new( $UserObj ) )->_PrivacyObjects;
-my @actions;
 
 for my $object (@objs) {
     for ($m->comp("/Search/Elements/SearchesForObject", Object => $object)) {


More information about the Rt-commit mailing list