From 8e2e08d196dacb4aefc117c625c219ca06b30bc5 Mon Sep 17 00:00:00 2001 From: edward Date: Thu, 22 Feb 2018 12:18:10 +0800 Subject: [PATCH] Images.php --- Images.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Images.php b/Images.php index 9c05e734..1e4a5bce 100644 --- a/Images.php +++ b/Images.php @@ -105,7 +105,7 @@ class Pman_Core_Images extends Pman $id = empty($bits[0]) ? 0 : $bits[0]; } - + print_R($this);exit; if (strpos($id,':') > 0) { // id format tablename:id:-imgtype if (!$this->authUser) { -- 2.39.2