Pman/Images.php
[Pman.Base] / Pman / Images.php
index 8eaaad8..d3e77ad 100644 (file)
@@ -117,7 +117,7 @@ class Pman_Images extends Pman
        
         $img = DB_DataObjecT::factory('Images');
         if (!$id || !$img->get($id)) {
-            print_r($id);exit;
+             
             header('Location: ' . $this->rootURL . '/Pman/templates/images/file-broken.png?reason=' .
                 urlencode("image has been removed or deleted."));
         }