Fix version number not showing in NoLocalSettings.php
Change-Id: I19b912149c31ae52bc01f4544696e45dd0962e60
This commit is contained in:
parent
c6ad095a7e
commit
124f0a3f97
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ try {
|
|||
echo $templateParser->processTemplate(
|
||||
'NoLocalSettings',
|
||||
[
|
||||
'version' => ( defined( MW_VERSION ) ? MW_VERSION : 'VERSION' ),
|
||||
'version' => ( defined( 'MW_VERSION' ) ? MW_VERSION : 'VERSION' ),
|
||||
'path' => $path,
|
||||
'localSettingsExists' => file_exists( MW_CONFIG_FILE ),
|
||||
'installerStarted' => $installerStarted
|
||||
|
|
|
|||
Loading…
Reference in a new issue