MDL-52029 installer: Unstyled installer if display_errors is on

Error in MDL-43839 solution caused inclusion of unexistent file in
install/css.php.
This commit is contained in:
Vadim Dvorovenko
2015-11-23 15:44:12 +08:00
committed by David Monllao
parent e3dcc260fb
commit 3e1da76d54
+1 -1
View File
@@ -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 = '';