Images.php
authorEdward <edward@roojs.com>
Mon, 30 Jul 2018 03:48:36 +0000 (11:48 +0800)
committerEdward <edward@roojs.com>
Mon, 30 Jul 2018 03:48:36 +0000 (11:48 +0800)
Images.php

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