Images.php
authorEdward <edward@roojs.com>
Tue, 19 Feb 2019 09:55:05 +0000 (17:55 +0800)
committerEdward <edward@roojs.com>
Tue, 19 Feb 2019 09:55:05 +0000 (17:55 +0800)
Images.php

index 3a4b741..15100f5 100644 (file)
@@ -187,7 +187,7 @@ class Pman_Core_Images extends Pman
         if (!$id || !$img->get($id)) {
             $this->imgErr("image has been removed or deleted.",$s);
         }
-        
+        print_R('test???');exit;
         if (!$this->authUser && !in_array($img->ontable,$this->public_image_tables)) {
            
             if($this->is_email) {