Images.php
authorAlan Knowles <alan@roojs.com>
Wed, 22 Aug 2012 09:30:06 +0000 (17:30 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 22 Aug 2012 09:30:06 +0000 (17:30 +0800)
Images.php

index ac81d97..fc30f85 100644 (file)
@@ -213,7 +213,7 @@ class Pman_Core_Images extends Pman
         }
         //echo "SKALING?  $this->size";
         // acutally if we generated the image, then we do not need to validate the size..
-        //$this->validateSize();
+        $this->validateSize();
         
         $x->convert( $this->as_mimetype, $this->size);
         $x->serve();