Explorar el Código

* Fixed typo in r13026, could should not be commented

git-svn-id: trunk@13039 -
joost hace 16 años
padre
commit
1bf74a426b
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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);