2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-05 17:48:44 +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:
justme-1968 2016-08-23 21:12:17 +00:00
parent 32a98cc931
commit 48755bd077

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