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:
justme1968
2016-08-23 21:12:17 +00:00
parent 8998de8cdd
commit 2d08a51506

View File

@@ -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);