* Fix DoGetCGIVar

git-svn-id: trunk@33613 -
This commit is contained in:
michael 2016-05-02 13:17:51 +00:00
parent e1814305bd
commit ba0a4a78f3

View File

@ -318,7 +318,7 @@ end;
function TCGIRequest.DoGetCGIVar(AVarName : String) : String;
begin
GetEnvironmentVariable(AVarName);
Result := GetEnvironmentVariable(AVarName);
end;
function TCGIRequest.GetCGIVar(Index: integer): String;