RT 4.2.11, ticket#13852
[freeside.git] / rt / etc / upgrade / 4.0.6 / content
index dc1a009..ef01f4e 100644 (file)
@@ -1,6 +1,9 @@
-@Initial = (
+use strict;
+use warnings;
+
+our @Initial = (
     sub {
-        my $txns = RT::Transactions->new( $RT::SystemUser );
+        my $txns = RT::Transactions->new( RT->SystemUser );
         $txns->Limit(
             FIELD => "ObjectType",
             VALUE => "RT::User",