Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit c2fa52c

Browse files
author
Charles Marion
committed
BUG: unable to process metaimage
1 parent 9ae11f1 commit c2fa52c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

application/controllers/components/filters/ThumbnailCreator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ function process()
103103
case "mha":
104104
case "nrrd":
105105
case "":
106-
$ret = $this->_processMetaImage($extension);
106+
//$ret = $this->_processMetaImage($extension);
107107
break;
108108
case "pdf":
109109
$this->inputFile .= "[0]"; // first page only

0 commit comments

Comments
 (0)