Bug/typo with $filtertemp in cpmfetch_dao.php Bug/typo with $filtertemp in cpmfetch_dao.php
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Bug/typo with $filtertemp in cpmfetch_dao.php

Started by Nibbler, July 03, 2008, 01:16:56 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Nibbler

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

I think that should be

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