From: Edward Date: Mon, 30 Jul 2018 03:45:22 +0000 (+0800) Subject: Images.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=ad9e080eb4e6c3069231300f5f20f41a908a0f01 Images.php --- diff --git a/Images.php b/Images.php index c8aa0c47..034cdc3e 100644 --- a/Images.php +++ b/Images.php @@ -183,7 +183,7 @@ class Pman_Core_Images extends Pman if (!$id || !$img->get($id)) { $this->imgErr("image has been removed or deleted.",$s); } - print_R($id);exit; + print_R($this->authUser);exit; if (!$this->authUser && !in_array($img->ontable,$this->public_image_tables)) { if ($img->ontable != 'core_company') {