tstarling@svn.wikimedia.org wrote:
Revision: 29361 Author: tstarling Date: 2008-01-07 05:38:19 +0000 (Mon, 07 Jan 2008)
Log Message:
Added RepoGroup::setSingleton(). Required to support the DumpHTML extension.
Reverted this as it broke uploads...
unlink( $dstPath );
$this->unlink( $dstPath );
[snip]
chmod( $dstPath, 0644 );
$this->chmod( $dstPath, 0644 );
These don't exist. If they're needed, should they be added?
-- brion vibber (brion @ wikimedia.org)