From 537abbea0cf693d9038259d138702d61c596c1d6 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 4 Nov 2010 13:11:56 +0800 Subject: [PATCH] Pman/Images.php --- Pman/Images.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Pman/Images.php b/Pman/Images.php index 708ea65..8ec631a 100644 --- a/Pman/Images.php +++ b/Pman/Images.php @@ -82,6 +82,7 @@ class Pman_Images extends Pman } $img->limit(1); if (!$img->find(true)) { + header('Location: ' . $this->rootURL . '/Pman/templates/images/file-broken.png'); die("no images for that item: " . htmlspecialchars($id)); } -- 2.39.2