From 6eba9484202d5d44e52aa7b6c0630742db9b0613 Mon Sep 17 00:00:00 2001 From: Jason Coward Date: Wed, 20 Dec 2023 17:17:07 -0700 Subject: [PATCH] Update phpThumb to v1.7.22-202312071641 --- core/model/phpthumb/phpthumb.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/model/phpthumb/phpthumb.class.php b/core/model/phpthumb/phpthumb.class.php index ef70dd79ede..0bfde8dff1a 100644 --- a/core/model/phpthumb/phpthumb.class.php +++ b/core/model/phpthumb/phpthumb.class.php @@ -265,7 +265,7 @@ class phpthumb { public $issafemode = null; public $php_memory_limit = null; - public $phpthumb_version = '1.7.21-202307141720'; + public $phpthumb_version = '1.7.22-202312071641'; ////////////////////////////////////////////////////////////////////// @@ -314,7 +314,7 @@ public function __destruct() { $this->purgeTempFiles(); } - public function __set(string $name, mixed $value): void { + public function __set(string $name, $value): void { } // public: