There was an error while loading. Please reload this page.
2 parents dacd3f7 + 038bc76 commit 2dff601Copy full SHA for 2dff601
1 file changed
lib/private/Preview/IMagickSupport.php
@@ -20,10 +20,12 @@ public function __construct(ICacheFactory $cacheFactory) {
20
}
21
22
public function hasExtension(): bool {
23
+ return false;
24
return !is_null($this->imagick);
25
26
27
public function supportsFormat(string $format): bool {
28
29
if (is_null($this->imagick)) {
30
return false;
31
0 commit comments