From af38ad99dc950317c2dac5fcd70d95e4064ca540 Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 18 Mar 2014 14:08:11 +0800 Subject: [PATCH] Images.php --- Images.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Images.php b/Images.php index d6a7d58d..903f8aa7 100644 --- a/Images.php +++ b/Images.php @@ -140,7 +140,7 @@ class Pman_Core_Images extends Pman $img = DB_DataObjecT::factory('Images'); - print_r($img->fetchAll());exit; + print_r($img->get($id));exit; if (!$id || !$img->get($id)) { header('Location: ' . $this->rootURL . '/Pman/templates/images/file-broken.png?reason=' . -- 2.39.2