Active
Project:
ImageCache Batch
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Jul 2010 at 19:42 UTC
Updated:
29 Jul 2010 at 19:44 UTC
I think there is a typo on line 171 of imagecache_cache.module:
$file = explode(file_directory_path() . '/' . $file);
it should be
$file = explode(file_directory_path() . '/', $file);
Comments
Comment #1
jmseigneur commentedI meant line 171 of imagecache_batch.module