Quantcast
Channel: Issues for Drupal core
Viewing all articles
Browse latest Browse all 293138

to fix \Drupal\Core\Render\Element\StatusMessages

$
0
0

The following code needs to be fixed:
\Drupal\Core\Render\Element\StatusMessages::generatePlaceholder

 if ($element['#include_fallback']) {

to:

if (isset($element['#include_fallback']) && $element['#include_fallback']) {

This causes PHP to throw an Notice level error when the system is updated.
This will confuse site managers who are not familiar with PHP


Viewing all articles
Browse latest Browse all 293138

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>