Needs review
Project:
Quickmenu
Version:
5.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Sep 2008 at 20:47 UTC
Updated:
1 Sep 2008 at 20:57 UTC
Jump to comment: Most recent file
This module will not work if "clean url" is not avaible. It should use drupal's url handler functions. I've attached a patch for quickmenu.module.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | quickmenu-5.x-1.3-no_clean_url-1.patch | 1.01 KB | Cybso |
| quickmenu-5.x-1.3-no_clean_url-0.patch | 466 bytes | Cybso |
Comments
Comment #1
Cybso commentedI've noted that drupal's url handling makes the test for absolute URLs obsolete, so i removed this code. Also I combined this patch with my modifications from Pre-Select item if current page is in trail.