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

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

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