changeset 2632:aa8d428fbb43

CP Error
author Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk>
date Thu, 19 Jan 2017 12:11:59 +0000
parents a5ec4089d990
children 7270da0c8647
files php/requestKey.php
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/php/requestKey.php	Thu Jan 19 12:11:20 2017 +0000
+++ b/php/requestKey.php	Thu Jan 19 12:11:59 2017 +0000
@@ -70,6 +70,6 @@
 //  Add start time
 //  Add IP Address information
 //  Save the file
-$newdoc->saveXML($filename);
+$doc_struct->saveXML($filename);
 echo "<response><state>OK</state><key>".$key."</key></response>";
 ?>