Fixing a typo

git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@2315 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2012-12-11 15:32:16 +00:00
parent 324ee32a99
commit 1f305705bc

View File

@@ -55,10 +55,8 @@ CommandFheminfo($$)
my $name = "fheminfo";
my %info;
my $module;
my $module = "HTTP::Request::Common";
my $err = "Missing perl module '$module'. Please install this module first.";
my $err;
$module = "HTTP::Request::Common";
if(!checkModule($module)) {
Log 1, "$name $err";
return $err;