Skip to content

Commit 8b251e4

Browse files
author
Timon de Groot
committed
Remove reference to undefined member
1 parent 9efd600 commit 8b251e4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/internal/Magento/Framework/Image/Adapter/ImageMagick.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,6 @@ private function getColorspace(): int
587587
{
588588
if ($this->colorspace === -1) {
589589
$this->colorspace = $this->_imageHandler->getImageColorspace();
590-
$this->originalColorspace = $this->colorspace;
591590
}
592591

593592
return $this->colorspace;

0 commit comments

Comments
 (0)