]> git.uio.no Git - usit-rt.git/blobdiff - etc/upgrade/3.8.9/content
Putting 4.2.0 on top of 4.0.17
[usit-rt.git] / etc / upgrade / 3.8.9 / content
index 898c19ebf46af90d465b43180e671f3a1c02ee33..cfd41c898693a874c61689ad199e4dd4b322cc66 100644 (file)
@@ -1,7 +1,9 @@
-@Initial = (
+use strict;
+use warnings;
+
+our @Initial = (
     sub {
-        use strict;
-        $RT::Logger->debug('Make sure local links are local');
+        RT->Logger->debug('Make sure local links are local');
 
         use RT::URI::fsck_com_rt;
         my $prefix = RT::URI::fsck_com_rt->LocalURIPrefix . '/ticket/';