Closed (fixed)
Project:
File Cache
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Sep 2012 at 23:22 UTC
Updated:
4 Jun 2017 at 14:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
b-prod commentedThe patch below fixes issue above.
The code inside
delete_expired()method was also factorized to be reused indelete_flushed()method.The only change is the < (lower than) operator that is used inside
delete_flushed()method instead of <= (lower or equal), but it should not have any consequences in this case.Comment #2
b-prod commentedSome news about this? The bug is still alive!
Comment #4
ogi commented