linke 124:
old //drupal_set_html_head(theme_stylesheet_import(base_path() . $stylesheet));
new: drupal_add_css(base_path().$stylesheet,'module');

Comments

tcblack’s picture

Status: Reviewed & tested by the community » Closed (duplicate)

A similar fix has already been applied in #198326: undefined function theme_stylesheet_import.
you can test it in 5.x-3.1-dev.