coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 cpmFetch by vuud => Topic started by: Nibbler on July 03, 2008, 01:16:56 AM

Title: Bug/typo with $filtertemp in cpmfetch_dao.php
Post by: Nibbler on July 03, 2008, 01:16:56 AM
$filtertemp = substr($filtertemp,0, strlen($this->$filtertemp) - 4);

I think that should be

$filtertemp = substr($filtertemp,0, strlen($filtertemp) - 4);