diff options
author | jenkins-bot <jenkins-bot@gerrit.wikimedia.org> | 2016-09-23 21:28:52 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@wikimedia.org> | 2016-09-23 21:28:52 +0000 |
commit | 5c529ac835abee3f760713bf1bab4867d03e73bb (patch) | |
tree | 295a6adaaab4747805b0b60e7f84d2ea57d5698c /autoload.php | |
parent | b9ad2beaba102f39666699535e9182492c261c32 (diff) | |
parent | 24aa72de84af6be14e556ede018548dcc8400e09 (diff) | |
download | mediawikicore-5c529ac835abee3f760713bf1bab4867d03e73bb.tar.gz mediawikicore-5c529ac835abee3f760713bf1bab4867d03e73bb.zip |
Merge "Add HTTPFileStreamer class"
Diffstat (limited to 'autoload.php')
-rw-r--r-- | autoload.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/autoload.php b/autoload.php index 0be3539c70de..9bd6c26bd082 100644 --- a/autoload.php +++ b/autoload.php @@ -557,6 +557,7 @@ $wgAutoloadLocalClasses = [ 'HTMLTextFieldWithButton' => __DIR__ . '/includes/htmlform/fields/HTMLTextFieldWithButton.php', 'HTMLTitleTextField' => __DIR__ . '/includes/htmlform/fields/HTMLTitleTextField.php', 'HTMLUserTextField' => __DIR__ . '/includes/htmlform/fields/HTMLUserTextField.php', + 'HTTPFileStreamer' => __DIR__ . '/includes/libs/filebackend/HTTPFileStreamer.php', 'HWLDFWordAccumulator' => __DIR__ . '/includes/diff/DairikiDiff.php', 'HashBagOStuff' => __DIR__ . '/includes/libs/objectcache/HashBagOStuff.php', 'HashConfig' => __DIR__ . '/includes/config/HashConfig.php', |