The "Flush all external images" is not working properly.
The flush only delete images in folder "externals" but what about all the externals images where we apply an image style ?
It could be awesome to transform " $path " in array in the "function imagecache_external_flush_cache" and look for all the "externals" folder in " style/* " folder and then delete the cache images or maybe i'm looking in the wrong way ?
Comments
Comment #1
Alestaan commentedComment #2
Alestaan commentedSomething that way seems working fine for me, any reviews ? could be great :)
Comment #3
Alestaan commentedComment #4
BarisW commentedWouldn't it be better to fetch all external images and then call image_path_flush for each image?
Also, how can this be critical?