# HG changeset patch # User Nicholas Jillings # Date 1493117873 -3600 # Node ID 7d619727130c7e1675739fcbe89623f3511e1d98 # Parent 4b004eb32738024f492ef0b22ce640c1f2a0ef3c Minor fix to requestKey.php diff -r 4b004eb32738 -r 7d619727130c php/requestKey.php --- a/php/requestKey.php Tue Apr 25 09:52:05 2017 +0100 +++ b/php/requestKey.php Tue Apr 25 11:57:53 2017 +0100 @@ -65,6 +65,7 @@ $test_proto_doc->loadXML(file_get_contents($testURL, FILE_TEXT)); $test_proto = $test_proto_doc->documentElement; $test_proto = $doc_struct->importNode($test_proto, true); + $test_proto['key'] = $key; $doc_struct->documentElement->appendChild($test_proto); } // Add start time