rt 4.2.14 (#13852)
[freeside.git] / rt / share / html / Admin / Tools / Shredder / Elements / PluginHelp
index 3f064b0..79c5c7f 100644 (file)
@@ -2,7 +2,7 @@
 %#
 %# COPYRIGHT:
 %#
-%# This software is Copyright (c) 1996-2013 Best Practical Solutions, LLC
+%# This software is Copyright (c) 1996-2017 Best Practical Solutions, LLC
 %#                                          <sales@bestpractical.com>
 %#
 %# (Except where explicitly superseded by other copyright notices)
@@ -59,8 +59,8 @@ my %plugins = $plugin_obj->List;
 <%INIT>
 my $file = $plugins{ $Plugin };
 unless( $file ) {
-       $RT::Logger->error( "Couldn't find plugin '$Plugin'" );
-       return;
+    $RT::Logger->error( "Couldn't find plugin '$Plugin'" );
+    return;
 }
 
 use RT::Shredder::POD qw();