We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f3ffdc commit 5cf98beCopy full SHA for 5cf98be
1 file changed
system/Images/Handlers/ImageMagickHandler.php
@@ -85,8 +85,6 @@ public function _resize(bool $maintainRatio = false)
85
$source = ! empty($this->resource) ? $this->resource : $this->image->getPathname();
86
$destination = $this->getResourcePath();
87
88
- //todo FIX THIS HANDLER PROPERLY
89
-
90
$escape = '\\';
91
if (stripos(PHP_OS, 'WIN') === 0)
92
{
0 commit comments