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

index 5a8bed3..43348b1 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);exit;
+            print_r($img->getStoreName());exit;
             header('Location: ' . $this->rootURL . '/Pman/templates/images/file-broken.png?reason=' .
                 urlencode("Original file was missing : " . $img->getStoreName()));