X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=blobdiff_plain;f=Pman%2FImages.php;fp=Pman%2FImages.php;h=07932ef5103106f956904d0dc96ad23983d24c10;hp=058b63c8a03cfac1e776520a5d2b5204c3ea68e4;hb=5c68ee73f5439992a8193b1d1b3be3727e770818;hpb=d247d18de42642f3d05e709be612834f31552c17 diff --git a/Pman/Images.php b/Pman/Images.php index 058b63c..07932ef 100644 --- a/Pman/Images.php +++ b/Pman/Images.php @@ -146,7 +146,7 @@ class Pman_Images extends Pman $x->serve($this->method); exit; } - echo "SKALING?"; + echo "SKALING? $this->size"; $this->validateSize(); $x->convert( $this->as_mimetype, $this->size); $x->serve();