# HG changeset patch # User Nicholas Jillings # Date 1484828004 0 # Node ID 7270da0c86472b8bcd6a18dfac59fda7278bace4 # Parent aa8d428fbb431aa6c0cb801d79f7ef8d4323b540 Use ->save not saveXML diff -r aa8d428fbb43 -r 7270da0c8647 php/requestKey.php --- a/php/requestKey.php Thu Jan 19 12:11:59 2017 +0000 +++ b/php/requestKey.php Thu Jan 19 12:13:24 2017 +0000 @@ -70,6 +70,6 @@ // Add start time // Add IP Address information // Save the file -$doc_struct->saveXML($filename); +$doc_struct->save($filename); echo "OK".$key.""; ?>