There was an error while loading. Please reload this page.
2 parents 2106393 + 74e1a4d commit 538a03aCopy full SHA for 538a03a
1 file changed
lib/private/Preview/IMagickSupport.php
@@ -24,10 +24,12 @@ public function __construct(ICacheFactory $cacheFactory) {
24
}
25
26
public function hasExtension(): bool {
27
+ return false;
28
return !is_null($this->imagick);
29
30
31
public function supportsFormat(string $format): bool {
32
33
if (is_null($this->imagick)) {
34
return false;
35
0 commit comments