# HG changeset patch # User Nicholas Jillings # Date 1484831551 0 # Node ID 757e3956845cbc8cc8406c38ecbecd244b07f9cc # Parent 3a0cd11bf232c261291249bb75107f0cee2fc07e Same as last (CP error) diff -r 3a0cd11bf232 -r 757e3956845c php/save.php --- a/php/save.php Thu Jan 19 13:11:38 2017 +0000 +++ b/php/save.php Thu Jan 19 13:12:31 2017 +0000 @@ -125,7 +125,7 @@ } // Iterate through new doc -$wbytes = $doc_struct->save($filename); +$wbytes = $doc->save($filename); // Return XML confirmation data $xml = 'OK"'.$filename.'"';