starting to work...
[freeside.git] / rt / etc / upgrade / 3.8-branded-queues-extension.in
index dece470..8c9f58d 100755 (executable)
@@ -3,7 +3,7 @@
 #
 # COPYRIGHT:
 #
-# This software is Copyright (c) 1996-2011 Best Practical Solutions, LLC
+# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC
 #                                          <sales@bestpractical.com>
 #
 # (Except where explicitly superseded by other copyright notices)
@@ -59,7 +59,7 @@ RT::Init();
 
 use RT::Queues;
 
-my $queues = RT::Queues->new( $RT::SystemUser );
+my $queues = RT::Queues->new( RT->SystemUser );
 $queues->UnLimit();
 while ( my $queue = $queues->Next ) {
     print "Processing queue ". ($queue->Name || $queue->id) ."...\n";