From a69b306674cea5fe9c2bc929cd12505d5a965adc Mon Sep 17 00:00:00 2001 From: "Amir E. Aharoni" Date: Mon, 5 Dec 2011 00:13:06 +0000 Subject: [PATCH] Showing an error message always left-to-right. --- includes/installer/WebInstallerPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/installer/WebInstallerPage.php b/includes/installer/WebInstallerPage.php index 5e694c9db0..ff8185a184 100644 --- a/includes/installer/WebInstallerPage.php +++ b/includes/installer/WebInstallerPage.php @@ -280,7 +280,7 @@ class WebInstaller_ExistingWiki extends WebInstallerPage { $this->startForm(); $this->addHTML( $this->parent->getInfoBox( wfMsgNoTrans( 'config-upgrade-key-missing', - "
\$wgUpgradeKey = '" . $this->getVar( 'wgUpgradeKey' ) . "';
" ) + "
\$wgUpgradeKey = '" . $this->getVar( 'wgUpgradeKey' ) . "';
" ) ) ); $this->endForm( 'continue' ); return 'output'; -- 2.20.1