DataObjects/Core_email.php
authorEdward <edward@roojs.com>
Fri, 21 Feb 2014 10:32:06 +0000 (18:32 +0800)
committerEdward <edward@roojs.com>
Fri, 21 Feb 2014 10:32:06 +0000 (18:32 +0800)
DataObjects/Core_email.php

index 70222f1..827a171 100644 (file)
@@ -294,7 +294,7 @@ class Pman_Core_DataObjects_Core_email extends DB_DataObject
             $images = json_decode(file_get_contents($imageCache), true);
             $r->images = $images;
         }
-        print_r('run');exit;
+        
         $ret = $r->toData();
         
         return $r->send($ret);