[dev] bug in ansel script

Duck duck at obala.net
Thu Jul 8 09:42:43 PDT 2004


while loading a file in scripts/ansel.php:248

$image = Ansel::getImageFromFile($file);

the file wont be found. it should be called with directory prefix 

$image = Ansel::getImageFromFile($dir . $file);


Duck


More information about the dev mailing list