[ka-Map-users] precache2.php and folder naming

Daniel Muller Daniel.Muller at geomatic.ch
Wed Mar 28 04:24:10 EST 2007


Hi list,

I've found a small bug in precache2.php (CVS from today)
The Map Name in the cache folder path isn't defined the same way than in 
config.php.

On line 88 in precache2.php:
$szMapCacheDir = $szBaseCacheDir.$mapParams['title'];

should be:
$szMapCacheDir = $szBaseCacheDir.$mapKey;


Daniel


More information about the ka-Map-users mailing list