Images.php
authorChris <chris@roojs.com>
Wed, 7 Aug 2013 11:40:25 +0000 (19:40 +0800)
committerChris <chris@roojs.com>
Wed, 7 Aug 2013 11:40:25 +0000 (19:40 +0800)
Images.php

index 4fe4c3b..fb28abc 100644 (file)
@@ -211,7 +211,7 @@ class Pman_Core_Images extends Pman
         
         $xml = simplexml_load_string($_REQUEST['data']);
         
-        print_r($xml->saveXML());exit;
+        print_r($xml->toXML());exit;
         
         $tmp = $this->tempName($src_ext);
         file_put_contents($tmp, $_REQUEST['data']);