From 7ab80da068f1852eb4a4f5836cfd64c8d4359de4 Mon Sep 17 00:00:00 2001 From: Alan Date: Wed, 4 Jan 2023 16:12:40 +0800 Subject: [PATCH] Images.php --- Images.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Images.php b/Images.php index ce7bb267..003e99ff 100644 --- a/Images.php +++ b/Images.php @@ -304,8 +304,7 @@ class Pman_Core_Images extends Pman $x->serveOnly($this->method); exit; } - $x->debug=1; - + $x->convert( $this->as_mimetype); $x->serve($this->method); exit; -- 2.39.2