From 3e1da76d54fb10b84bf4516d50aad301571ff7a5 Mon Sep 17 00:00:00 2001 From: Vadim Dvorovenko Date: Wed, 18 Nov 2015 08:44:04 +0700 Subject: [PATCH] MDL-52029 installer: Unstyled installer if display_errors is on Error in MDL-43839 solution caused inclusion of unexistent file in install/css.php. --- install/css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/css.php b/install/css.php index 0228dff37d7..88c69fc1647 100644 --- a/install/css.php +++ b/install/css.php @@ -33,7 +33,7 @@ if (file_exists(dirname(dirname(__FILE__)).'/config.php')) { // MDL-43839 IE9 cannot handle all of our css. // Once IE9 is no longer supported we can include 'bootstrapbase/style/moodle.css' // and remove some of the CSS in $content. -$files = array(''); +$files = array(); $content = '';