diff options
| author | lsces <lester@lsces.co.uk> | 2026-04-16 12:06:56 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2026-04-16 12:06:56 +0100 |
| commit | d283056b8e8622e7acea944ae12f4072c6d3d872 (patch) | |
| tree | 42d59b53295c7322f941a35f4e63173159cdd251 | |
| parent | f6b1b172f479e7006d1d80623e43f5e94a119e0a (diff) | |
| download | install-d283056b8e8622e7acea944ae12f4072c6d3d872.tar.gz install-d283056b8e8622e7acea944ae12f4072c6d3d872.tar.bz2 install-d283056b8e8622e7acea944ae12f4072c6d3d872.zip | |
magickwand is no longer a separate package, it is now rolled into and replaces imagick
| -rwxr-xr-x | includes/install_checks.php | 3 |
1 files changed, 2 insertions, 1 deletions
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.<br />$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 ) { |
