X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fetc%2Fupgrade%2F3.8.3%2Fcontent;h=b8052acde2b0d90529ae0ab21f47983ece332f86;hb=43a06151e47d2c59b833cbd8c26d97865ee850b6;hp=8538e42879ba61063918d0122042597a077b0b88;hpb=6587f6ba7d047ddc1686c080090afe7d53365bd4;p=freeside.git diff --git a/rt/etc/upgrade/3.8.3/content b/rt/etc/upgrade/3.8.3/content index 8538e4287..b8052acde 100644 --- a/rt/etc/upgrade/3.8.3/content +++ b/rt/etc/upgrade/3.8.3/content @@ -12,7 +12,7 @@ sub { $RT::Logger->debug("Going to correct descriptions of notify actions in the DB"); - my $actions = RT::ScripActions->new( $RT::SystemUser ); + my $actions = RT::ScripActions->new( RT->SystemUser ); $actions->Limit( FIELD => 'ExecModule', VALUE => 'Notify', @@ -31,7 +31,7 @@ unless $status; } - $actions = RT::ScripActions->new( $RT::SystemUser ); + $actions = RT::ScripActions->new( RT->SystemUser ); $actions->Limit( FIELD => 'ExecModule', VALUE => 'NotifyAsComment', @@ -59,7 +59,7 @@ { $RT::Logger->debug("Going to add in Extract Subject Tag actions if they were missed during a previous upgrade"); -$actions = RT::ScripActions->new( $RT::SystemUser ); +$actions = RT::ScripActions->new( RT->SystemUser ); $actions->Limit( FIELD => 'ExecModule', VALUE => 'ExtractSubjectTag',