X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=rt%2Fshare%2Fhtml%2FAdmin%2FTools%2FShredder%2FElements%2FPluginHelp;h=280ea8b76ce39bc073f8c608b1bd626500ef99cc;hb=44dd00a3ff974a17999e86e64488e996edc71e3c;hp=6a8539e29bc5b23aebbc94bddb2d28b93f018e83;hpb=45d35d5739d05e602bc317739485693e0e9ff0b5;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..280ea8b76 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-2019 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();