DataObjects/Images.php
authorEdward <edward@roojs.com>
Mon, 22 Sep 2014 09:56:11 +0000 (17:56 +0800)
committerEdward <edward@roojs.com>
Mon, 22 Sep 2014 09:56:11 +0000 (17:56 +0800)
DataObjects/Images.php

index 3a6d3ce..2b202ca 100644 (file)
@@ -270,6 +270,7 @@ class Pman_Core_DataObjects_Images extends DB_DataObject
     /// ctrl not used??
     function onUpload($roo)
     {
+        print_r('onUPload');
 //        echo $_FILES['imageUpload']['type'];exit;
         if (empty($_FILES['imageUpload']['tmp_name']) || 
             empty($_FILES['imageUpload']['name']) ||