From 555d6aec1364980a55bcb88a95202175c800f8d3 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 27 Sep 2017 15:01:48 +0800 Subject: [PATCH] Images.php --- Images.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Images.php b/Images.php index 8d0f3777..65a65377 100644 --- a/Images.php +++ b/Images.php @@ -168,7 +168,7 @@ class Pman_Core_Images extends Pman if (!$this->authUser && !in_array($img->ontable,$this->public_image_tables)) { if ($img->ontable != 'core_company') { - $this->imgErr("not-authenticated",$s); + $this->imgErr("not-authenticated {$img->ontable}",$s); } if ($img->imgtype != 'LOGO') { $this->imgErr("not-logo",$s); -- 2.39.2