Explorar o código

Merge branch 'master' of ssh://biuro.biall-net.pl:2222/plabudda/se

Piotr Labudda %!s(int64=9) %!d(string=hai) anos
pai
achega
ceeacdb38f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      SE/se-lib/Route/UrlAction/WmsGenerate.php

+ 1 - 1
SE/se-lib/Route/UrlAction/WmsGenerate.php

@@ -169,7 +169,7 @@ class Route_UrlAction_WmsGenerate extends RouteBase {
 						SE_Layout::alert('success',$resMsg.'Pomyślnie dodano plik GeoTIFF do warstwy.');
 
 						$WmsLayerTableZasobId=ProcesHelper::getZasobTableID('WMS_LAYERS');
-						$editWmsLayerUrl=Request::getPathUri()."index.php?MENU_INIT=VIEWTABLE_AJAX&ZASOB_ID=".$WmsLayerTableZasobId."#EDIT/".$ID_WMS_LAYERS;
+						$editWmsLayerUrl="index.php?MENU_INIT=VIEWTABLE_AJAX&ZASOB_ID=".$WmsLayerTableZasobId."#EDIT/".$ID_WMS_LAYERS;
 ?>
 <div class="container" style="text-align:center">
   <a href="<?php echo $editWmsLayerUrl?>" class="btn btn-primary">Edytuj warstwę WMS</a>