Images.php
authorAlan Knowles <alan@roojs.com>
Mon, 23 Jul 2012 05:48:11 +0000 (13:48 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 23 Jul 2012 05:48:11 +0000 (13:48 +0800)
Images.php

index 690f5f1..eb1efd0 100644 (file)
@@ -171,7 +171,7 @@ class Pman_Core_Images extends Pman
         $cv = new File_Convert($tmp, $this->mimetype);
         
         $cv->convert($this->as_mimetype);
-        $cv->serve();
+        $cv->serve('attachment');
         exit;