Closed (duplicate)
Project:
quicktags
Version:
5.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
26 Dec 2007 at 21:43 UTC
Updated:
8 Jan 2008 at 21:58 UTC
installed quicktags.. enabled access rights and get this when opening any edit window:
Fatal error: Call to undefined function: theme_stylesheet_import() in /drupal/modules/quicktags/quicktags.module on line 124
Comments
Comment #1
KrisBulman commentedrunning latest version of drupal 5
Comment #2
KrisBulman commentedread the fix for this issue in a previous post..
modified line 124 to:
drupal_add_css($stylesheet);
why has this not already been committed to the latest rev?
Comment #3
tcblack commentedIn part because a proper patch was not supplied per diff and patch requirements.
I'm marking this a duplicate of http://drupal.org/node/198326 where a proper patch has been supplied.