rt 4.0.23
[freeside.git] / rt / share / html / Admin / Tools / Shredder / Elements / PluginArguments
index 67b46ad..02137c3 100644 (file)
@@ -2,7 +2,7 @@
 %#
 %# COPYRIGHT:
 %#
-%# This software is Copyright (c) 1996-2011 Best Practical Solutions, LLC
+%# This software is Copyright (c) 1996-2015 Best Practical Solutions, LLC
 %#                                          <sales@bestpractical.com>
 %#
 %# (Except where explicitly superseded by other copyright notices)
@@ -56,7 +56,7 @@ $Plugin => ''
 </div>
 <%INIT>
 use RT::Shredder::Plugin;
-my $plugin_obj = new RT::Shredder::Plugin;
+my $plugin_obj = RT::Shredder::Plugin->new;
 my ($status, $msg) = $plugin_obj->LoadByName( $Plugin );
 die $msg unless $status;
 </%INIT>