summaryrefslogtreecommitdiff
path: root/modules/CommandHelper.pm
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2008-07-02 16:43:20 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2008-07-02 16:43:20 +0000
commit844fa4e872ffff560cd65b137b42cfd0085df487 (patch)
treebd230a83b6cd06c5ebf41b5b113ffb2bd7e81d88 /modules/CommandHelper.pm
parent27d615017842f9bfe17b912635a02d2fd3700af8 (diff)
downloadMPC-844fa4e872ffff560cd65b137b42cfd0085df487.tar.gz
ChangeLogTag: Wed Jul 2 16:35:22 UTC 2008 Chad Elliott <elliott_c@ociweb.com>
Diffstat (limited to 'modules/CommandHelper.pm')
-rw-r--r--modules/CommandHelper.pm4
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/CommandHelper.pm b/modules/CommandHelper.pm
index 57be1104..73bdf4fd 100644
--- a/modules/CommandHelper.pm
+++ b/modules/CommandHelper.pm
@@ -33,10 +33,8 @@ my %notfound;
# ************************************************************
sub get {
- my $type = shift;
-
## Create the helper name
- my $type = uc($type);
+ my $type = uc(shift);
$type =~ s/_FILES$/Helper/;
## Don't search the filesystem again if we didn't find one the first