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
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.