* Distinguish "does not exist" from failure in FSFileBackend::doGetFileStat().
authorAaron Schulz <aaron@users.mediawiki.org>
Fri, 13 Jan 2012 04:32:28 +0000 (04:32 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Fri, 13 Jan 2012 04:32:28 +0000 (04:32 +0000)
commit164ce2bc63533be463bb8d5d520760e84c03e743
treeba8a7ea5ec2888cdbeb8805f6fa1b8f99a161faa
parentc8737e4ef9e28ba557664f3db7f07e36356bb901
* Distinguish "does not exist" from failure in FSFileBackend::doGetFileStat().
* Added clearstatcache() to doConcatenate() to make it safe for callers to stat the file.
* A few minor comment tweaks.
includes/filerepo/backend/FSFileBackend.php
includes/filerepo/backend/FileBackend.php