Closed (duplicate)
Project:
quicktags
Version:
5.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Feb 2008 at 18:54 UTC
Updated:
25 Feb 2008 at 21:17 UTC
linke 124:
old //drupal_set_html_head(theme_stylesheet_import(base_path() . $stylesheet));
new: drupal_add_css(base_path().$stylesheet,'module');
Comments
Comment #1
tcblack commentedA similar fix has already been applied in #198326: undefined function theme_stylesheet_import.
you can test it in 5.x-3.1-dev.