(bug 28348) Don't call wfTimestamp() twice really fast in recordUpload2() and expect...
authorAaron Schulz <aaron@users.mediawiki.org>
Sat, 2 Apr 2011 16:49:47 +0000 (16:49 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Sat, 2 Apr 2011 16:49:47 +0000 (16:49 +0000)
commit3b3d26ef44946d8d71c5d4c89c1c7b735c73b468
treed5f2abe546d7812c5f00d7e97c2137f8d6563837
parentad1256335691d5aae57a8e35990dc9be574388f5
(bug 28348) Don't call wfTimestamp() twice really fast in recordUpload2() and expect the values to be the same. Previously the file prop cache value for the upload timestamp could fall out of sync for a while due to this (like being off by one second).
includes/filerepo/LocalFile.php