2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 03:06:37 +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:
rudolfkoenig 2016-08-30 13:30:50 +00:00
parent e4d3bdd483
commit c44aab59f7

View File

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