X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Ffilebackend%2FFileBackendGroup.php;h=cbf9bff93fefd623e614e443e1eaec504f47118f;hp=503acdcf4224449064cdd671a3332061b67bac0b;hb=dcd0a3d53;hpb=a1bbdcb62913b22f28838e647a15fe5e070d6e92 diff --git a/includes/filebackend/FileBackendGroup.php b/includes/filebackend/FileBackendGroup.php index 503acdcf42..cbf9bff93f 100644 --- a/includes/filebackend/FileBackendGroup.php +++ b/includes/filebackend/FileBackendGroup.php @@ -179,6 +179,7 @@ class FileBackendGroup { $config = $this->backends[$name]['config']; $config['class'] = $class; $config += [ // set defaults + // @FIXME: this does not include the domain for b/c but it ideally should 'wikiId' => wfWikiID(), // e.g. "my_wiki-en_" 'mimeCallback' => [ $this, 'guessMimeInternal' ], 'obResetFunc' => 'wfResetOutputBuffers',