From 0dc26a12f2084db4658707964ae74181a274ab4c Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Tue, 18 Dec 2012 00:50:53 +0000 Subject: [PATCH] Added better warning for when a KML file cannot be written. --- application/controllers/kml.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/kml.php b/application/controllers/kml.php index 8f452853..89a51a87 100644 --- a/application/controllers/kml.php +++ b/application/controllers/kml.php @@ -70,7 +70,7 @@ class Kml extends CI_Controller { if ( ! write_file('kml/qsos.kml', $output)) { - echo 'Unable to write the file'; + echo 'Unable to write the file - Make the folder KML has write permissions.'; } else {