From d283056b8e8622e7acea944ae12f4072c6d3d872 Mon Sep 17 00:00:00 2001 From: lsces Date: Thu, 16 Apr 2026 12:06:56 +0100 Subject: magickwand is no longer a separate package, it is now rolled into and replaces imagick --- includes/install_checks.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/includes/install_checks.php b/includes/install_checks.php index fc70527..55e1348 100755 --- a/includes/install_checks.php +++ b/includes/install_checks.php @@ -101,12 +101,13 @@ function check_settings() { $extensions[$ext]['note'] .= "available.
$note"; } - // disable one of the imagick / magickwand warnings +/* // disable one of the imagick / magickwand warnings if( $extensions['magickwand']['passed'] == true && $extensions['imagick']['passed'] == false ) { unset( $extensions['imagick'] ); } elseif( $extensions['imagick']['passed'] == true && $extensions['magickwand']['passed'] == false ) { unset( $extensions['magickwand'] ); } +*/ // make sure we show the worning flag if there is a need for it foreach( $extensions as $info ) { -- cgit v1.3