mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-07 23:09:26 +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 %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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user