Skip to content

Commit

Permalink
Fix broken GD rounded corners.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Jan 20, 2017
1 parent bc57d5b commit cbdc5b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/Image/lib/Horde/Image/Effect/Gd/RoundCorners.php
Expand Up @@ -115,7 +115,7 @@ public function apply()
)
);

$this->_image->_applyMask($mask);
$this->_image->applyMask($mask);
$this->_image->call('imageDestroy', array($mask));
$this->_image->call('imageDestroy', array($maskTriple));
}
Expand Down

0 comments on commit cbdc5b7

Please sign in to comment.