Sfoglia il codice sorgente

* Fixed missing content vars

git-svn-id: trunk@18838 -
michael 14 anni fa
parent
commit
843df2c0fc
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      packages/fcl-web/src/base/fphttpserver.pp

+ 1 - 0
packages/fcl-web/src/base/fphttpserver.pp

@@ -226,6 +226,7 @@ procedure TFPHTTPConnectionRequest.SetContent(AValue : String);
 begin
   FContent:=Avalue;
   FContentRead:=true;
+  InitRequestVars;
 end;
 (*
 Procedure TFPHTTPConnectionRequest.SetFieldValue(Index : Integer; Value : String);