fix edit not returning xml places
This commit is contained in:
parent
12fee620d3
commit
40778bf7cb
|
|
@ -1,4 +1,5 @@
|
|||
@php
|
||||
header("content-type:text/xml");
|
||||
ob_start();
|
||||
$PlaceID = addslashes($_GET["PlaceID"]);
|
||||
@endphp
|
||||
|
|
|
|||
Loading…
Reference in New Issue