瀏覽代碼

* Fix bug #28222

git-svn-id: trunk@31016 -
michael 10 年之前
父節點
當前提交
2dbdc64910
共有 1 個文件被更改,包括 2 次插入1 次删除
  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);
         SetHTTPVariable(M.V,V)
         end;
-      end
+      end;
     end;
+  ReadContent;
 end;
 
 procedure TCGIRequest.ReadContent;