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

index 7a32d67..459a2fd 100644 (file)
@@ -306,7 +306,7 @@ class Pman_Core_Images extends Pman
                 (empty($attr['width']) ? '0' : $attr['width'] * 1) .
                 'x' .
                 (empty($attr['height']) ? '0' : $attr['height'] * 1);
-            
+             $provider = '/Images/Thumb';
             
         }