* TCustomHTTPModule was not always created when needed.

git-svn-id: trunk@7434 -
This commit is contained in:
joost 2007-05-23 21:41:44 +00:00
parent 7c66dc722f
commit 4ed68cc386

View File

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