# HG changeset patch # User Nicholas Jillings # Date 1493118205 -3600 # Node ID a99c5f008c2dc76b961b1e065fc3b799f9529b0c # Parent 6a36f5777af9f7bb9734189d9795f85e5ae188a2 Minor diff -r 6a36f5777af9 -r a99c5f008c2d php/requestKey.php --- a/php/requestKey.php Tue Apr 25 12:01:32 2017 +0100 +++ b/php/requestKey.php Tue Apr 25 12:03:25 2017 +0100 @@ -58,7 +58,7 @@ $doc_struct = new DOMDocument; $doc_struct->preserveWhiteSpace = false; $doc_struct->formatOutput = true; -$doc_struct->loadXML(""); +$doc_struct->loadXML(""); // Add the root if (file_exists($testURL)) { $test_proto_doc = new DOMDocument;