Require BOTH imagick and gd

Confused? So am I. gd is still used to process a photo, such as when
creating a new wall post.
This commit is contained in:
Ilya Prokopenko 2023-02-23 21:46:12 +07:00
parent 9d6e81f990
commit 699996210d
No known key found for this signature in database
GPG key ID: 7736BBBB05F14A56

View file

@ -17,6 +17,7 @@ function _ovk_check_environment(): void
$problems[] = "Composer dependencies missing";
$requiredExtensions = [
"gd",
"imagick",
"fileinfo",
"PDO",