Images.php
authorAlan Knowles <alan@roojs.com>
Wed, 23 May 2012 02:02:02 +0000 (10:02 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 23 May 2012 02:02:02 +0000 (10:02 +0800)
Images.php

index 1b6b943..97ea636 100644 (file)
@@ -264,16 +264,16 @@ class Pman_Core_Images extends Pman
                     $type = array('Image', 'Thumb', $new_thumbsize);
                     
                     $fc = $img->toFileConvert();
+                    // make sure it's available..
                     $fc = $img->convert($img->mimetype, $new_thumbsize);
                     
-                    
                 }
                 
-                
             }
             
             
             
+            
             // make an image url..
             print_R($umatch);  
         }