DataObjects/Images.php
authorChris <chris@roojs.com>
Thu, 28 Nov 2013 10:30:58 +0000 (18:30 +0800)
committerChris <chris@roojs.com>
Thu, 28 Nov 2013 10:30:58 +0000 (18:30 +0800)
DataObjects/Images.php

index 6b1aba3..562f67f 100644 (file)
@@ -533,10 +533,6 @@ class Pman_Core_DataObjects_Images extends DB_DataObject
     {
         // not sure why we do this.. 
         
-        
-        $roo->jerr($ar);
-        
-        
         // if imgtype starts with '-' ? then we set the 'old' (probably to delete later)
         if (!empty($ar['imgtype']) && !empty($ar['ontable']) && !empty($ar['onid']) && ($ar['imgtype'][0] == '-')) {
             $this->setFrom($ar);