Images.php
authoredward <edward@roojs.com>
Thu, 22 Feb 2018 04:18:10 +0000 (12:18 +0800)
committeredward <edward@roojs.com>
Thu, 22 Feb 2018 04:18:10 +0000 (12:18 +0800)
Images.php

index 9c05e73..1e4a5bc 100644 (file)
@@ -105,7 +105,7 @@ class Pman_Core_Images extends Pman
         
             $id = empty($bits[0]) ? 0 :  $bits[0];
         }
-        
+        print_R($this);exit;
         if (strpos($id,':') > 0) {  // id format  tablename:id:-imgtype
             
             if (!$this->authUser) {