* Fixed bug 13532, incorrect use of wfFindFile() causing total breakage of file revert
authorTim Starling <tstarling@users.mediawiki.org>
Sat, 5 Apr 2008 16:46:22 +0000 (16:46 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Sat, 5 Apr 2008 16:46:22 +0000 (16:46 +0000)
commit0acc8d683ef52e253b9431e74ae9b8edcea8c86c
treebdac1b404d3db8b214872d61ff20329eaa4fa5ea
parent3f8685b24e695ef3b229194a99083154342ca237
* Fixed bug 13532, incorrect use of wfFindFile() causing total breakage of file revert
* Use protected not private
* Remove aggressive history-oriented caching from OldLocalFile
* Keep a process cache of the OldLocalFile object to avoid duplicate queries
includes/FileRevertForm.php
includes/filerepo/OldLocalFile.php