Skip to content

Commit 5cf98be

Browse files
committed
Remove todo. ImageMagickHandler resize method looks fine. Fixes #1261
1 parent 9f3ffdc commit 5cf98be

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

system/Images/Handlers/ImageMagickHandler.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,6 @@ public function _resize(bool $maintainRatio = false)
8585
$source = ! empty($this->resource) ? $this->resource : $this->image->getPathname();
8686
$destination = $this->getResourcePath();
8787

88-
//todo FIX THIS HANDLER PROPERLY
89-
9088
$escape = '\\';
9189
if (stripos(PHP_OS, 'WIN') === 0)
9290
{

0 commit comments

Comments
 (0)