From: Alan Knowles Date: Tue, 10 Jan 2012 08:22:03 +0000 (+0800) Subject: Pman/Images.php X-Git-Url: http://git.roojs.org/?p=Pman.Base;a=commitdiff_plain;h=5c68ee73f5439992a8193b1d1b3be3727e770818 Pman/Images.php --- 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();