oseawey / timthumb

Automatically exported from code.google.com/p/timthumb
0 stars 0 forks source link

cleanCache() doesn't respect DIRECTORY_CACHE #97

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
in function cleanCache() of TimThumb r82
we can see :
$files = glob("cache/*", GLOB_BRACE);

While it should be 
$files = glob(DIRECTORY_CACHE . "/*", GLOB_BRACE);
in order to respect the use of define( )

Original issue reported on code.google.com by gibbo...@gmail.com on 29 Jun 2010 at 7:57

GoogleCodeExporter commented 9 years ago
ah - good catch, will add to the next update!

Original comment by BinaryMoon on 18 Jul 2010 at 7:40

GoogleCodeExporter commented 9 years ago

Original comment by BinaryMoon on 29 Aug 2010 at 10:00