diff --git a/FHEM/90_at.pm b/FHEM/90_at.pm index 0001b5f56..45b914691 100755 --- a/FHEM/90_at.pm +++ b/FHEM/90_at.pm @@ -383,7 +383,7 @@ return "
Timespec wizard:". "{"+$("[name=aw_pts]").val()+"}" : $("[name=aw_ts]").val(); def = def.replace(/\+/g, "%2b"); def = def.replace(/;/g, ";;"); - location = location.pathname+"?detail="+nm+"&cmd=modify "+def; + location = location.pathname+"?detail="+nm+"&cmd=modify "+addcsrf(def); }); }