Closed (fixed)
Project:
Drupal core
Version:
x.y.z
Component:
base system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Apr 2006 at 10:44 UTC
Updated:
27 Apr 2006 at 07:25 UTC
Jump to comment: Most recent file
Comments
Comment #1
rstamm commentedThis patch works with system urls but also with aliases.
Comment #2
rstamm commentedComment #3
steph commentedI think this
if (drupal_get_normal_path(variable_get('site_frontpage', 'node')) == $_GET['q'])
could be encapsulated somewhere else, since a similar behaviour seems to be reproduced in some places in the code.
Anyway, the last patch seems to work and code seems fine.
Comment #4
steph commentedI also reviewed the similar patch here : http://drupal.org/node/58065
I'll let the expert decide which patch is the best :-)
Comment #5
rstamm commentedfixed by this http://drupal.org/node/59222
Comment #6
rstamm commented