From c387fb4aabb1bf1808dd302f42e4d72d9f28addf Mon Sep 17 00:00:00 2001 From: Edward Date: Mon, 30 Jul 2018 11:47:21 +0800 Subject: [PATCH] Images.php --- Images.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Images.php b/Images.php index 5a8bed3a..43348b10 100644 --- a/Images.php +++ b/Images.php @@ -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())); -- 2.39.2