Browse Source

* Fix bug #28222

git-svn-id: trunk@31016 -
michael 10 years ago
parent
commit
2dbdc64910
1 changed files with 2 additions and 1 deletions
  1. 2 1
      packages/fcl-web/src/base/custcgi.pp

+ 2 - 1
packages/fcl-web/src/base/custcgi.pp

@@ -370,8 +370,9 @@ begin
           V:=HTTPDecode(V);
           V:=HTTPDecode(V);
         SetHTTPVariable(M.V,V)
         SetHTTPVariable(M.V,V)
         end;
         end;
-      end
+      end;
     end;
     end;
+  ReadContent;
 end;
 end;
 
 
 procedure TCGIRequest.ReadContent;
 procedure TCGIRequest.ReadContent;