[Rt-commit] [rtir] 07/07: Update $RT::SystemUser to RT->SystemUser

Jim Brandt jbrandt at bestpractical.com
Tue Jul 2 15:25:59 EDT 2013


This is an automated email from the git hooks/post-receive script.

jbrandt pushed a commit to branch 2.9/update-2.5.1-update-saved-search
in repository rtir.

commit e4bff7520e8c7396c0c096c62102f5e7ac9cd0d8
Author: Jim Brandt <jbrandt at bestpractical.com>
Date:   Tue Jul 2 15:05:47 2013 -0400

    Update $RT::SystemUser to RT->SystemUser
---
 etc/upgrade/2.5.1/update_saved_searches.pl.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/etc/upgrade/2.5.1/update_saved_searches.pl.in b/etc/upgrade/2.5.1/update_saved_searches.pl.in
index 7fbd5b6..2e4e4f6 100644
--- a/etc/upgrade/2.5.1/update_saved_searches.pl.in
+++ b/etc/upgrade/2.5.1/update_saved_searches.pl.in
@@ -63,7 +63,7 @@ my %special_rename = (
     whereblocked => 'Where Blocked',
 );
 
-my $saved_searches = RT::Attributes->new($RT::SystemUser);
+my $saved_searches = RT::Attributes->new(RT->SystemUser);
 $saved_searches->Limit( FIELD => 'Name', VALUE => 'SavedSearch' );
 while ( my $s = $saved_searches->Next ) {
     my $content    = $s->Content;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Rt-commit mailing list