X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2FDefaultSettings.php;h=6fe74fa15cf77a689f97e31b3cf2370e1b53af74;hp=c17bf7e452f0c4379adc83b1e7bb81aee6728ede;hb=8f76e361fa7a0d8fc24e7b6f2d73b9c70369a6ef;hpb=7f2177324363fdbef68f18cffb0a28d42f892d70 diff --git a/includes/DefaultSettings.php b/includes/DefaultSettings.php index c17bf7e452..6fe74fa15c 100644 --- a/includes/DefaultSettings.php +++ b/includes/DefaultSettings.php @@ -1806,7 +1806,7 @@ $wgDBtype = 'mysql'; /** * Whether to use SSL in DB connection. * - * This setting is only used $wgLBFactoryConf['class'] is set to + * This setting is only used if $wgLBFactoryConf['class'] is set to * 'LBFactorySimple' and $wgDBservers is an empty array; otherwise * the DBO_SSL flag must be set in the 'flags' option of the database * connection to achieve the same functionality.