Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2006-04-06 18:03:16

kielby
New Member
Registered: 2006-02-28
Posts: 4

minor bug in class.thumb.php

Hi, I was making use of the thumbnail class and I noticed this on line 131 of class.thumb.php:

$this->_DST[‘height’] = round($longside/($this->_SRC[‘width’]/$this->_SRC[‘height’]));

it should be :

$this->_DST[‘height’] = round($this->longside/($this->_SRC[‘width’]/$this->_SRC[‘height’]));

Thanks,
Andrew

Offline

Board footer

Powered by FluxBB