X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2FDefaultSettings.php;h=9b5a38ba02de8ff9c70ba326d7b7d8c7366e6ee6;hb=b0e109c4f5bdeec403c538020d6f16ccf23ad43a;hp=10155f6f454781b201ce04cabcf5d0df19e71f78;hpb=5bcb9f59b0db5bfcef1b5f553447108189953ac6;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index 10155f6f45..9b5a38ba02 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1958,7 +1958,8 @@ $wgSearchTypeAlternatives = null; /** * Table name prefix. - * This should be alphanumeric, contain neither spaces nor hyphens, and end in "_" + * Should be alphanumeric plus underscores, and not contain spaces nor hyphens. + * Suggested format ends with an underscore. */ $wgDBprefix = ''; @@ -7425,7 +7426,7 @@ $wgSpecialPages = []; /** * Array mapping class names to filenames, for autoloading. */ -$wgAutoloadClasses = []; +$wgAutoloadClasses = $wgAutoloadClasses ?? []; /** * Switch controlling legacy case-insensitive classloading.