Skip to content
Snippets Groups Projects
Commit 6120ac3f authored by Hendrik Osterholz's avatar Hendrik Osterholz
Browse files

Fix theme registry constructor

parent 6ae0dede
No related branches found
No related tags found
No related merge requests found
......@@ -50,6 +50,7 @@ class ThemeRegistry extends Registry implements AlterInterface {
\Drupal::service('theme.initialization'),
\Drupal::service('cache.bootstrap'),
\Drupal::service('extension.list.module'),
\Drupal::service('kernel'),
$this->currentTheme->getName(),
);
$this->setThemeManager(\Drupal::service('theme.manager'));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment