Images.php
authorChris <chris@roojs.com>
Tue, 20 Aug 2013 06:29:43 +0000 (14:29 +0800)
committerChris <chris@roojs.com>
Tue, 20 Aug 2013 06:29:43 +0000 (14:29 +0800)
Images.php

index eb5be9f..134e731 100644 (file)
@@ -172,9 +172,9 @@ class Pman_Core_Images extends Pman
         
        
         $img = DB_DataObjecT::factory('Images');
-        
+        print_r($id);exit;
         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."));