From 166742fbe9435c45e4245f1ccb66921c2f6a10b8 Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 13 Mar 2014 17:37:25 +0800 Subject: [PATCH] Images.php --- Images.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Images.php b/Images.php index 65266fc8..962d74c0 100644 --- a/Images.php +++ b/Images.php @@ -65,6 +65,7 @@ class Pman_Core_Images extends Pman $this->thumb = true; $this->as_mimetype = 'image/jpeg'; $this->size = empty($bits[1]) ? '0x0' : $bits[1]; + print_r($bits);exit; $id = empty($bits[2]) ? 0 : $bits[2]; } else if (!empty($bits[0]) && $bits[0] == 'Download') { -- 2.39.2