Skip to content

Commit

Permalink
Fixed use of default command.
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-KM committed Oct 28, 2018
1 parent a758f05 commit f815e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/UniversalViewer/ImageServer/Auto.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public function transform(array $args = array())
}

// Else use the command line convert, if available.
$processor = new ImageMagick();
$processor = new UniversalViewer_ImageServer_ImageMagick();
return $processor->transform($args);
}
}

0 comments on commit f815e14

Please sign in to comment.