mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 09:16:53 +00:00
fhem.pl: remove ReplaceSetMagic check (Forum #57210)
git-svn-id: https://svn.fhem.de/fhem/trunk@12095 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
e4d3bdd483
commit
c44aab59f7
@ -1566,7 +1566,7 @@ ReplaceSetMagic($$@) # Forum #38276
|
||||
$x eq "" ? "[$1:$2$3]" : $x
|
||||
}/egi;
|
||||
|
||||
$evalSpecials->{'%DEV'} = $hash->{NAME} if($evalSpecials);
|
||||
$evalSpecials->{'%DEV'} = $hash->{NAME};
|
||||
$a =~ s/{\((.*?)\)}/AnalyzePerlCommand($hash->{CL},$1,1)/egs;
|
||||
|
||||
return (undef, @_) if($oa eq $a);
|
||||
|
Loading…
x
Reference in New Issue
Block a user