From: Chad Horohoe Date: Fri, 5 Nov 2010 14:16:51 +0000 (+0000) Subject: Nikerabbit wanted " X-Git-Tag: 1.31.0-rc.0~34075 X-Git-Url: http://git.cyclocoop.org/%7B%24admin_url%7Dmes_infos.php?a=commitdiff_plain;h=277bde2f54bbb9aa391dd585aacf9e2dc3180711;p=lhc%2Fweb%2Fwiklou.git Nikerabbit wanted " --- diff --git a/includes/installer/WebInstallerOutput.php b/includes/installer/WebInstallerOutput.php index 4b4ba4713f..ce0927f899 100644 --- a/includes/installer/WebInstallerOutput.php +++ b/includes/installer/WebInstallerOutput.php @@ -91,7 +91,7 @@ class WebInstallerOutput { $css = file_get_contents( $vectorCssFile ); wfRestoreWarnings(); if( !$css ) { - return '/** Your webserver cannot read ' . $vectorCssFile . ', please check file permissions */'; + return "/** Your webserver cannot read $vectorCssFile, please check file permissions */"; } elseif( $dir == 'rtl' ) { return CSSJanus::transform( $css, true ); } else {