mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-25 22:09:21 +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:
parent
c2f4fb6076
commit
f2b7d76bf5
@ -55,10 +55,8 @@ CommandFheminfo($$)
|
|||||||
my $name = "fheminfo";
|
my $name = "fheminfo";
|
||||||
my %info;
|
my %info;
|
||||||
|
|
||||||
my $module;
|
my $module = "HTTP::Request::Common";
|
||||||
my $err = "Missing perl module '$module'. Please install this module first.";
|
my $err = "Missing perl module '$module'. Please install this module first.";
|
||||||
my $err;
|
|
||||||
$module = "HTTP::Request::Common";
|
|
||||||
if(!checkModule($module)) {
|
if(!checkModule($module)) {
|
||||||
Log 1, "$name $err";
|
Log 1, "$name $err";
|
||||||
return $err;
|
return $err;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user