浏览代码

* Fixed typo in r13026, could should not be commented

git-svn-id: trunk@13039 -
joost 16 年之前
父节点
当前提交
1bf74a426b
共有 1 个文件被更改,包括 2 次插入1 次删除
  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);