Explorar o código

* Fix missing inherited

Michaël Van Canneyt %!s(int64=3) %!d(string=hai) anos
pai
achega
f77bd0226f
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      packages/fcl-web/src/jsonrpc/webjsonrpc.pp

+ 2 - 0
packages/fcl-web/src/jsonrpc/webjsonrpc.pp

@@ -356,6 +356,8 @@ Var
   R : TJSONStringType;
 
 begin
+  // We must set SessionRequest
+  Inherited HandleRequest(aRequest,aResponse);
   if CORS.HandleRequest(aRequest,aResponse,[hcDetect,hcSend]) then
     exit;
   If (Dispatcher=Nil) then