Browse Source

* Fixed typo in r13026, could should not be commented

git-svn-id: trunk@13039 -
joost 16 years ago
parent
commit
1bf74a426b
1 changed files with 2 additions and 1 deletions
  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);