Images.php
authorAlan Knowles <alan@roojs.com>
Wed, 27 Sep 2017 07:01:48 +0000 (15:01 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 27 Sep 2017 07:01:48 +0000 (15:01 +0800)
Images.php

index 8d0f377..65a6537 100644 (file)
@@ -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);