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 {