Closed (won't fix)
Project:
Quote
Version:
master
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Mar 2005 at 22:54 UTC
Updated:
17 Mar 2005 at 06:26 UTC
Revision 1.20
Change (Line 68):
$quotecss = drupal_get_path('module', 'quote') .'/quote.css';
To:
$quotecss = drupal_get_normal_path('module', 'quote') .'/quote.css';
Tested in Drupal 4.5.2
Comments
Comment #1
TDobes commentedFor Drupal 4.5.x, you need to use the 4.5 release. (quote.module version 1.13) The newer (CVS) version is designed for Drupal CVS HEAD (soon to be 4.6).
Won't-fixing.