Revert "filebackend: cleaned up the FileBackend constructor"
authorAaron Schulz <aschulz@wikimedia.org>
Tue, 3 Dec 2013 20:40:24 +0000 (20:40 +0000)
committerAaron Schulz <aschulz@wikimedia.org>
Tue, 3 Dec 2013 20:40:24 +0000 (20:40 +0000)
commit2f29c7551b3106f75eb4a3818c295e5ef9919a47
tree22768335d76b2ea1e17e5d360be9fadd0ab10ad2
parent1f129a22cbc8546b89dd4b49b2f567c1f758a968
Revert "filebackend: cleaned up the FileBackend constructor"

Actually this messes with the implicit backend made for things like Math (when unconfigured), which uses the "new" operator.

This reverts commit 1f129a22cbc8546b89dd4b49b2f567c1f758a968.

Change-Id: I4c72c4f7c8b82e38df5496cf2b90fc9e19c40334
16 files changed:
includes/filebackend/FileBackend.php
includes/filebackend/FileBackendGroup.php
includes/filebackend/FileBackendMultiWrite.php
tests/parser/parserTest.inc
tests/phpunit/includes/LocalFileTest.php
tests/phpunit/includes/filebackend/FileBackendTest.php
tests/phpunit/includes/filerepo/FileRepoTest.php
tests/phpunit/includes/filerepo/StoreBatchTest.php
tests/phpunit/includes/media/ExifRotationTest.php
tests/phpunit/includes/media/FormatMetadataTest.php
tests/phpunit/includes/media/GIFTest.php
tests/phpunit/includes/media/JpegTest.php
tests/phpunit/includes/media/PNGTest.php
tests/phpunit/includes/media/SVGTest.php
tests/phpunit/includes/parser/NewParserTest.php
tests/phpunit/suites/UploadFromUrlTestSuite.php