* Removed excess prepare() calls in initZones() - the batch functions already call...
authorAaron Schulz <aaron@users.mediawiki.org>
Tue, 3 Jan 2012 19:28:04 +0000 (19:28 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Tue, 3 Jan 2012 19:28:04 +0000 (19:28 +0000)
commit46b17dc3b76187eb8579bd023998bc15eb98048e
tree9dafe318406aae82f636c4bcf76560dfb844432c
parent17230f6a4e351794511e946375307780052bb9fb
* Removed excess prepare() calls in initZones() - the batch functions already call prepare on the target dirs.
* Tweaked call to secure() to align with what it actually does (it already makes the container private if possible).
* A few documentation tweaks.
includes/filerepo/FileRepo.php