From 277bde2f54bbb9aa391dd585aacf9e2dc3180711 Mon Sep 17 00:00:00 2001 From: Chad Horohoe Date: Fri, 5 Nov 2010 14:16:51 +0000 Subject: [PATCH] Nikerabbit wanted " --- includes/installer/WebInstallerOutput.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.20.1