mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +00:00
95_Babble.pm: Bugfix
git-svn-id: https://svn.fhem.de/fhem/trunk@16247 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
d107a280b2
commit
3d383ed858
@ -1100,7 +1100,7 @@ sub Babble_DoIt{
|
||||
$reading = "none"
|
||||
if( !$reading );
|
||||
|
||||
if($parms[0]="testit"){
|
||||
if( defined(@parms) && $parms[0]=="testit"){
|
||||
$testit = 1;
|
||||
shift @parms;
|
||||
$exflag = $parms[0];
|
||||
|
Loading…
Reference in New Issue
Block a user