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

index 3a12030..71883b6 100644 (file)
@@ -269,7 +269,7 @@ class Pman_Core_Images extends Pman
                     
                     $fc = $imgObj->toFileConvert();
                     // make sure it's available..
-                    $fc->convert($img->mimetype, $new_thumbsize);
+                    $fc->convert($imgObj->mimetype, $new_thumbsize);
                     
                 }