01_FHEMWEB.pm: initialize FW_id with "" (Forum #44357)

git-svn-id: https://svn.fhem.de/fhem/trunk@9964 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig
2015-11-22 10:16:13 +00:00
parent b3136a6e0b
commit 88e19b4bf2

View File

@@ -106,7 +106,7 @@ my %FW_types; # device types, for sorting
my %FW_hiddengroup;# hash of hidden groups
my $FW_inform;
my $FW_XHR; # Data only answer, no HTML
my $FW_id; # id of current page
my $FW_id=""; # id of current page
my $FW_jsonp; # jasonp answer (sending function calls to the client)
my $FW_headercors; #
my $FW_chash; # client fhem hash
@@ -929,7 +929,7 @@ FW_digestCgi($)
$FW_room = "";
$FW_detail = "";
$FW_XHR = undef;
$FW_id = undef;
$FW_id = "";
$FW_jsonp = undef;
$FW_inform = undef;