X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=blobdiff_plain;f=Pman%2FImages.php;fp=Pman%2FImages.php;h=02f5b3f57eaa081be0108442d87f43b4ee413004;hp=e63101778f2dbee90259ff2cb62d214da469abf0;hb=1289a838196e6a6f5a4df4344bf528a77ace48e2;hpb=e4067c2106b34ebe3d6ff5f46eaf568269c2f97c diff --git a/Pman/Images.php b/Pman/Images.php index e631017..02f5b3f 100644 --- a/Pman/Images.php +++ b/Pman/Images.php @@ -130,6 +130,7 @@ class Pman_Images extends Pman { require_once 'File/Convert.php'; if (!file_exists($img->getStoreName())) { + print_r($img);exit; header('Location: ' . $this->rootURL . '/Pman/templates/images/file-broken.png?reason=' . urlencode("Original file was missing : " . $img->getStoreName()));