Skip to content
Snippets Groups Projects

Issue #3412255: Warning: Undefined array key media in...

1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -184,6 +184,7 @@ class CriticalCssProvider implements CriticalCssProviderInterface {
@@ -184,6 +184,7 @@ class CriticalCssProvider implements CriticalCssProviderInterface {
'type' => 'file',
'type' => 'file',
'preprocess' => TRUE,
'preprocess' => TRUE,
'data' => $filePath,
'data' => $filePath,
 
'media' => 'all',
]) :
]) :
trim(file_get_contents($filePath));
trim(file_get_contents($filePath));
break;
break;
Loading