Mercurial > hg > webaudioevaluationtool
changeset 2750:7d619727130c
Minor fix to requestKey.php
author | Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk> |
---|---|
date | Tue, 25 Apr 2017 11:57:53 +0100 |
parents | 4b004eb32738 |
children | 6a36f5777af9 |
files | php/requestKey.php |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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