fix shorten name modifying filename - which it should not do.
[Pman.Core] / Images.php
index 92e40db..ee9b968 100644 (file)
@@ -184,6 +184,7 @@ class Pman_Core_Images extends Pman
         $img = DB_DataObjecT::factory('Images');
          
         if (!$id || !$img->get($id) || !$img->exists()) {
+           //print_r($img);           die("HERE");
             $this->imgErr("image has been removed or deleted.",$s);
         }