2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-07 16:59:18 +00:00

Fixing a typo

git-svn-id: https://svn.fhem.de/fhem/trunk@2315 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2012-12-11 15:32:16 +00:00
parent c2f4fb6076
commit f2b7d76bf5

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;