X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fshare%2Fhtml%2FAdmin%2FTools%2FShredder%2FElements%2FPluginHelp;h=626e77e50f5444fb86f7a144ef3f874631a3bfb5;hb=9ce482da3960ee43decee41fba53b78c12c3e52c;hp=6a8539e29bc5b23aebbc94bddb2d28b93f018e83;hpb=e9e0cf0989259b94d9758eceff448666a2e5a5cc;p=freeside.git diff --git a/rt/share/html/Admin/Tools/Shredder/Elements/PluginHelp b/rt/share/html/Admin/Tools/Shredder/Elements/PluginHelp index 6a8539e29..626e77e50 100644 --- a/rt/share/html/Admin/Tools/Shredder/Elements/PluginHelp +++ b/rt/share/html/Admin/Tools/Shredder/Elements/PluginHelp @@ -2,7 +2,7 @@ %# %# COPYRIGHT: %# -%# This software is Copyright (c) 1996-2014 Best Practical Solutions, LLC +%# This software is Copyright (c) 1996-2016 Best Practical Solutions, LLC %# %# %# (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();