Pman/Images.php
authorAlan Knowles <alan@akbkhome.com>
Fri, 5 Nov 2010 10:55:44 +0000 (18:55 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 5 Nov 2010 10:55:44 +0000 (18:55 +0800)
Pman/Images.php

index d3e77ad..a3139c8 100644 (file)
@@ -131,7 +131,7 @@ class Pman_Images extends Pman
     {
         require_once 'File/Convert.php';
         if (!file_exists($img->getStoreName())) {
-            print_r($img);exit;
+            //print_r($img);exit;
             header('Location: ' . $this->rootURL . '/Pman/templates/images/file-broken.png?reason=' .
                 urlencode("Original file was missing : " . $img->getStoreName()));