Closed (fixed)
Project:
quicktags
Version:
5.x-2.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
6 Dec 2007 at 08:27 UTC
Updated:
26 Feb 2008 at 21:11 UTC
Jump to comment: Most recent file
In line 124 of quicktags.module :
drupal_set_html_head(theme_stylesheet_import(base_path() . $stylesheet));
That's was for 4.7.x
The code should really be:
drupal_set_html_head(drupal_add_css($stylesheet));
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | quicktags.module.patch | 611 bytes | tcblack |
Comments
Comment #1
reikiman commentedI had the above problem occur.. I made the recommended change .. the error goes away.
Now at the top of the page it prints 'Array Array Array' and I saw there's another issue for that.
Comment #2
jmai commentedThis code should really be just:
drupal_add_css($stylesheet);The other issue #200706 was created from this original fix above.
Comment #3
tcblack commentedUploading a proper patch per patch instructions.
Comment #4
tcblack commentedafter reviewing the other related posts it appears this fix has already been tested and marked effective by a few others. Since it's broken as is I'm applying the patch to dev. If there are no further complaints I'll let someone else move this to fixed after a few days.
Comment #5
tcblack commentedThis is fixed in 5.3
Comment #6
tcblack commentedComment #7
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.