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:
@@ -240,7 +240,7 @@ mailcheck_Set($$@)
|
||||
{
|
||||
my ($hash, $name, $cmd) = @_;
|
||||
|
||||
my $list = "active:noArgs inactive:noArgs";
|
||||
my $list = "active:noArg inactive:noArg";
|
||||
|
||||
if( $cmd eq 'active' ) {
|
||||
mailcheck_Disconnect($hash);
|
||||
|
||||
Reference in New Issue
Block a user