Images.php
authorEdward <edward@roojs.com>
Mon, 30 Jul 2018 03:45:39 +0000 (11:45 +0800)
committerEdward <edward@roojs.com>
Mon, 30 Jul 2018 03:45:39 +0000 (11:45 +0800)
Images.php

index 034cdc3..252cd24 100644 (file)
@@ -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($this->authUser);exit;
+        
         if (!$this->authUser && !in_array($img->ontable,$this->public_image_tables)) {
            
             if ($img->ontable != 'core_company') {