From 8f76e361fa7a0d8fc24e7b6f2d73b9c70369a6ef Mon Sep 17 00:00:00 2001 From: Reedy Date: Fri, 8 Dec 2017 01:34:34 +0000 Subject: [PATCH] Fix missing if from $wgDBssl comment Change-Id: I46d1a87c990198090fd322da3193014487e871e6 --- includes/DefaultSettings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.20.1