Error when not using clean_urls
rfsbsb - November 10, 2007 - 13:58
| Project: | Chili Highlighter |
| Version: | 5.x-1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
If you try to use the module without clean_urls enabled, it won't work.
Change line 13, from:
"'". url($path) ."/';"
To
"'". $path ."/';"
It fix whatever the clean_urls are enabled or not.
cheers
