Parcourir la source

* Correct getcurrentlocation

michael il y a 5 ans
Parent
commit
0bc30e88e8
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;