mirror of
https://github.com/openvk/openvk
synced 2024-12-22 16:42:32 +03:00
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:
parent
9d6e81f990
commit
699996210d
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ function _ovk_check_environment(): void
|
|||
$problems[] = "Composer dependencies missing";
|
||||
|
||||
$requiredExtensions = [
|
||||
"gd",
|
||||
"imagick",
|
||||
"fileinfo",
|
||||
"PDO",
|
||||
|
|
Loading…
Reference in a new issue