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

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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);