https://bugzilla.wikimedia.org/show_bug.cgi?id=21161





--- Comment #1 from Platonides <platoni...@gmail.com>  2009-10-17 12:04:16 UTC 
---
Created an attachment (id=6678)
 --> (https://bugzilla.wikimedia.org/attachment.cgi?id=6678)
Patch fixing the issue

The if( !$timestamp ) return true; shortcut is intended to avoid having to call
filemtime() (on fileCacheTime). Since we need to check the file time to follow
$wgCacheEpoch, and the filemtime() value will be cached since we did a
file_exists() on the previous line, skip it.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to