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

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