Browse Source

* TCustomHTTPModule was not always created when needed.

git-svn-id: trunk@7434 -
joost 18 years ago
parent
commit
4ed68cc386
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/fcl-web/src/fpcgi.pp

+ 1 - 0
packages/fcl-web/src/fpcgi.pp

@@ -121,6 +121,7 @@ Var
   
   
 begin
 begin
   MC:=Nil;
   MC:=Nil;
+  M:=Nil;
   If (OnGetModule<>Nil) then
   If (OnGetModule<>Nil) then
     OnGetModule(Self,ARequest,MC);
     OnGetModule(Self,ARequest,MC);
   If (MC=Nil) then
   If (MC=Nil) then