mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-06 12:18:46 +00:00
32_mailcheck.pm: fixed noArgs -> noArg
git-svn-id: https://svn.fhem.de/fhem/trunk@12064 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
32a98cc931
commit
48755bd077
@ -240,7 +240,7 @@ mailcheck_Set($$@)
|
|||||||
{
|
{
|
||||||
my ($hash, $name, $cmd) = @_;
|
my ($hash, $name, $cmd) = @_;
|
||||||
|
|
||||||
my $list = "active:noArgs inactive:noArgs";
|
my $list = "active:noArg inactive:noArg";
|
||||||
|
|
||||||
if( $cmd eq 'active' ) {
|
if( $cmd eq 'active' ) {
|
||||||
mailcheck_Disconnect($hash);
|
mailcheck_Disconnect($hash);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user