Skip to content

Commit

Permalink
Merge pull request #25 from WastedCharlie/patch-1
Browse files Browse the repository at this point in the history
Update Data.php
  • Loading branch information
dbashyal committed May 28, 2016
2 parents c80a2ec + 44066d4 commit 230b82d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/code/community/Technooze/Timage/Helper/Data.php
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ public function resizer()
try {
Varien_Profiler::start('TImage::helper::data:resizer');
$this->_getImageObj()->quality($this->quality);
$this->_getImageObj()->constrainOnly($this->aspectRatio);
$this->_getImageObj()->constrainOnly($this->constrainOnly);
$this->_getImageObj()->keepAspectRatio($this->aspectRatio);
$this->_getImageObj()->keepFrame($this->keepFrame);
$this->_getImageObj()->keepTransparency($this->keepTransparency);
Expand Down

0 comments on commit 230b82d

Please sign in to comment.