From: Amir E. Aharoni Date: Mon, 5 Dec 2011 00:13:06 +0000 (+0000) Subject: Showing an error message always left-to-right. X-Git-Tag: 1.31.0-rc.0~26182 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=a69b306674cea5fe9c2bc929cd12505d5a965adc;p=lhc%2Fweb%2Fwiklou.git Showing an error message always left-to-right. --- 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';