Fix missing if from $wgDBssl comment
Change-Id: I46d1a87c990198090fd322da3193014487e871e6
This commit is contained in:
parent
7f21773243
commit
8f76e361fa
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue