Commit 9ea7a31d authored by Aaron Ferris's avatar Aaron Ferris
Browse files

#3109818 by aaron.ferris: resolve php notice for undefined variable

parent a3e1c4e0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -17,6 +17,8 @@ function twig_svg_preprocess_html(&$variables) {

    $themes = $active_theme->getBaseThemeExtensions();
    $themes[] = $active_theme;
    $icons = '';

    foreach ($themes as $theme) {
      $icon_path = $theme->getPath() . '/images/icons.svg';