Răsfoiți Sursa

* Fixed typo in r13026, could should not be commented

git-svn-id: trunk@13039 -
joost 16 ani în urmă
părinte
comite
1bf74a426b
1 a modificat fișierele cu 2 adăugiri și 1 ștergeri
  1. 2 1
      packages/fcl-web/src/fpweb.pp

+ 2 - 1
packages/fcl-web/src/fpweb.pp

@@ -442,7 +442,8 @@ begin
   SendMethodEnter('WebModule('+Name+').handlerequest');
 {$endif cgidebug}
   FRequest := ARequest; //So everything in the web module can access the current request variables
-  FResponse := AResponse;//So everything in the web module can access the current response variables  CheckSession(ARequest);
+  FResponse := AResponse;//So everything in the web module can access the current response variables
+  CheckSession(ARequest);
   DoBeforeRequest(ARequest);
   B:=False;
   InitSession(AResponse);