Skip to content
Snippets Groups Projects
Verified Commit cc64cb99 authored by Florian Azizian's avatar Florian Azizian
Browse files

FIX #10932 TIME 0:10 check imagick prerequisite

parent ac07e3c9
No related branches found
No related tags found
No related merge requests found
......@@ -135,6 +135,9 @@ class Install extends functions
if (!$this->isPearRequirements('System.php')) {
return false;
}
if (!$this->isPhpRequirements('imagick')) {
return false;
}
if (!$this->isIniDisplayErrorRequirements()) {
return false;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment