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

[bug]the service "theme.registry" line 721

$
0
0

It should be caused by carelessness.

\Drupal\Core\Theme\Registry::postProcessExtension
the line 721:
if (isset($cache[$hook]['preprocess functions']) && !in_array($hook, $cache[$hook]['preprocess functions'])) {

It should be:
if (isset($cache[$hook]['preprocess functions']) && !in_array($preprocessor, $cache[$hook]['preprocess functions']))


Viewing all articles
Browse latest Browse all 294548


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