# HG changeset patch # User Nicholas Jillings # Date 1484830988 0 # Node ID 325e1ca3e03b439795c8744c2ee2a93ff89e70c3 # Parent 7d2267e094ca3af536e46a94bbc809bdcc570997 Un-mute errors in save.php diff -r 7d2267e094ca -r 325e1ca3e03b php/save.php --- a/php/save.php Thu Jan 19 13:01:25 2017 +0000 +++ b/php/save.php Thu Jan 19 13:03:08 2017 +0000 @@ -20,7 +20,7 @@ header("Pragma: no-cache"); header('Access-Control-Allow-Origin: *'); header("Content-type: text/xml"); -error_reporting(0); +//error_reporting(0); // Load up the parameters $saveFilenamePrefix = '';