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

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