X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2FDefaultSettings.php;h=f16b8cbed283d389770b27100ca30d67fc7531a3;hb=a7bf7f5b293755044c1ede43537f5c393dba09c1;hp=3a040c8e5dd1f0d99dcb6ba95f5bfb14bfed0bde;hpb=08f90e9bfe91b407fae72b7cd7156655dc75e642;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 3a040c8e5d..f16b8cbed2 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -749,7 +749,7 @@ $wgUploadDialog = [ * - a) Whether it is fully qualified or wiki-relative. * By default, the paths of files are relative to the current wiki, * which works via prefixing them with the current wiki ID when accessed. - * Setting 'wikiId' forces the backend to be fully qualified by prefixing + * Setting 'domainId' forces the backend to be fully qualified by prefixing * all paths with the specified value instead. This can be useful if * multiple wikis need to share the same data. Note that 'name' is *not* * part of any prefix and thus should not be relied upon for namespacing.