Explorar o código

* Correct getcurrentlocation

michael %!s(int64=5) %!d(string=hai) anos
pai
achega
0bc30e88e8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/rtl/webrouter.pp

+ 1 - 1
packages/rtl/webrouter.pp

@@ -646,7 +646,7 @@ end;
 
 function TRouter.GetCurrentLocation: String;
 begin
-
+  Result:=History.GetCurrentLocation;
 end;
 
 function TRouter.Push(location: TRawLocation): TTransitionResult;