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

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