forum.coppermine-gallery.net

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
Code: [Select]
$filtertemp = substr($filtertemp,0, strlen($this->$filtertemp) - 4);
I think that should be

Code: [Select]
$filtertemp = substr($filtertemp,0, strlen($filtertemp) - 4);