From 40778bf7cba95435df6bd2368c990c6fcf963227 Mon Sep 17 00:00:00 2001 From: Thomas G <62822072+Thomasluigi07@users.noreply.github.com> Date: Fri, 26 Aug 2022 19:31:27 +1000 Subject: [PATCH] fix edit not returning xml places --- resources/views/client/edit.blade.php | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/views/client/edit.blade.php b/resources/views/client/edit.blade.php index 524606e..6bad7ff 100644 --- a/resources/views/client/edit.blade.php +++ b/resources/views/client/edit.blade.php @@ -1,4 +1,5 @@ @php +header("content-type:text/xml"); ob_start(); $PlaceID = addslashes($_GET["PlaceID"]); @endphp