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: